We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf0eb6 commit 23b0dabCopy full SHA for 23b0dab
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