diff options
Diffstat (limited to 'src/sync')
| -rw-r--r-- | src/sync/pool.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sync/pool.go b/src/sync/pool.go index 5f8cffa8bf..e094849974 100644 --- a/src/sync/pool.go +++ b/src/sync/pool.go @@ -76,6 +76,7 @@ type poolLocal struct { } // from runtime +// //go:linkname runtime_randn runtime.randn func runtime_randn(n uint32) uint32 |
