diff options
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/proc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/proc.go b/src/runtime/proc.go index 4535f62053..b281d9f3b8 100644 --- a/src/runtime/proc.go +++ b/src/runtime/proc.go @@ -3658,7 +3658,7 @@ func reentersyscall(pc, sp uintptr) { // Standard syscall entry used by the go syscall library and normal cgo calls. // -// This is exported via linkname to assembly in the syscall package. +// This is exported via linkname to assembly in the syscall package and x/sys. // //go:nosplit //go:linkname entersyscall |
