diff options
Diffstat (limited to 'src/runtime/os_linux.go')
| -rw-r--r-- | src/runtime/os_linux.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/os_linux.go b/src/runtime/os_linux.go index 8f5cf6db8a..8b3c4d0ecc 100644 --- a/src/runtime/os_linux.go +++ b/src/runtime/os_linux.go @@ -35,6 +35,8 @@ type mOS struct { // This is a pointer to a chunk of memory allocated with a special // mmap invocation in vgetrandomGetState(). vgetrandomState uintptr + + waitsema uint32 // semaphore for parking on locks } //go:noescape |
