We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf0eb6 commit 10e6a30Copy full SHA for 10e6a30
unix/vgetrandom_linux.go
@@ -9,4 +9,5 @@ package unix
9
import _ "unsafe"
10
11
//go:linkname vgetrandom runtime.vgetrandom
12
+//go:noescape
13
func vgetrandom(p []byte, flags uint32) (ret int, supported bool)
0 commit comments