aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go-patches/0001-runtime-allow-builtin-write-function-to-be-redirecte.patch
diff options
context:
space:
mode:
Diffstat (limited to 'go-patches/0001-runtime-allow-builtin-write-function-to-be-redirecte.patch')
-rw-r--r--go-patches/0001-runtime-allow-builtin-write-function-to-be-redirecte.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/go-patches/0001-runtime-allow-builtin-write-function-to-be-redirecte.patch b/go-patches/0001-runtime-allow-builtin-write-function-to-be-redirecte.patch
index a22ec91f..26894971 100644
--- a/go-patches/0001-runtime-allow-builtin-write-function-to-be-redirecte.patch
+++ b/go-patches/0001-runtime-allow-builtin-write-function-to-be-redirecte.patch
@@ -1,8 +1,8 @@
-From 293b84bef3f6656a263248ff00c9d2fb82f4168d Mon Sep 17 00:00:00 2001
+From 7b5c04be2cd231d33a8d12db1542055318767c81 Mon Sep 17 00:00:00 2001
From: "Jason A. Donenfeld" <Jason@zx2c4.com>
Date: Thu, 3 Dec 2020 13:29:58 +0100
-Subject: [PATCH 1/2] runtime: allow builtin write function to be redirected
- with function pointer
+Subject: [PATCH] runtime: allow builtin write function to be redirected with
+ function pointer
The x/sys/windows package currently uses go:linkname for other facilities
inside of runtime that are not suitable to be exposed as a public API
@@ -55,5 +55,5 @@ index 1912a94e87..0564448b2e 100644
return write1(fd, p, n)
}
--
-2.29.2
+2.30.0