aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-01-15 00:04:10 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-15 18:42:27 +0000
commitbb5075a5259baeaa75f09db64c3860c5876a00fd (patch)
tree0f31dc5cf749817f6796a7ea70886cd040342796 /api
parent1deae0b59747ea87d0ef02b6dfdfbbdf5e7bcee8 (diff)
downloadgo-bb5075a5259baeaa75f09db64c3860c5876a00fd.tar.gz
go-bb5075a5259baeaa75f09db64c3860c5876a00fd.zip
syscall: remove RtlGenRandom and move it into internal/syscall
There's on need to expose this to the frozen syscall package, and it also doesn't need to be unsafe. So we move it into internal/syscall and have the generator make a safer function signature. Fixes #43704. Change-Id: Iccae69dc273a0aa97ee6846eb537f1dc1412f2de Reviewed-on: https://go-review.googlesource.com/c/go/+/283992 Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Austin Clements <austin@google.com> Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'api')
-rw-r--r--api/go1.16.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/go1.16.txt b/api/go1.16.txt
index a4a034be06..6e1f8ca91d 100644
--- a/api/go1.16.txt
+++ b/api/go1.16.txt
@@ -430,10 +430,8 @@ pkg syscall (linux-arm-cgo), func AllThreadsSyscall(uintptr, uintptr, uintptr, u
pkg syscall (linux-arm-cgo), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
pkg syscall (linux-arm-cgo), func Setegid(int) error
pkg syscall (linux-arm-cgo), func Seteuid(int) error
-pkg syscall (windows-386), func RtlGenRandom(*uint8, uint32) error
pkg syscall (windows-386), method (*DLLError) Unwrap() error
pkg syscall (windows-386), type SysProcAttr struct, NoInheritHandles bool
-pkg syscall (windows-amd64), func RtlGenRandom(*uint8, uint32) error
pkg syscall (windows-amd64), method (*DLLError) Unwrap() error
pkg syscall (windows-amd64), type SysProcAttr struct, NoInheritHandles bool
pkg testing/fstest, func TestFS(fs.FS, ...string) error