diff --git a/unix/vgetrandom_linux.go b/unix/vgetrandom_linux.go index 47cce9bbd..07ac8e09d 100644 --- a/unix/vgetrandom_linux.go +++ b/unix/vgetrandom_linux.go @@ -9,4 +9,5 @@ package unix import _ "unsafe" //go:linkname vgetrandom runtime.vgetrandom +//go:noescape func vgetrandom(p []byte, flags uint32) (ret int, supported bool)