aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2022-04-21 14:50:45 -0400
committerGopher Robot <gobot@golang.org>2022-04-21 19:06:52 +0000
commitaac1d3a1b12a290805ca35ff268738fb334b1ca4 (patch)
tree670678caaf65fe4517b26859a38975f6654e2ddc /src/runtime/proc.go
parentd35ec0b899fe1013af49adb92ef789e25797c2eb (diff)
downloadgo-aac1d3a1b12a290805ca35ff268738fb334b1ca4.tar.gz
go-aac1d3a1b12a290805ca35ff268738fb334b1ca4.zip
Revert "syscall: define Syscall in terms of RawSyscall on linux"
This reverts CL 388477, which breaks cmd/go TestScript/cover_pkgall_runtime. For #51087. For #52472. Change-Id: Id58af419a889281f15df2471c58fece011fcffbc Reviewed-on: https://go-review.googlesource.com/c/go/+/401636 Run-TryBot: Michael Pratt <mpratt@google.com> Auto-Submit: Michael Pratt <mpratt@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/runtime/proc.go')
-rw-r--r--src/runtime/proc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/proc.go b/src/runtime/proc.go
index b281d9f3b8..4535f62053 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 and x/sys.
+// This is exported via linkname to assembly in the syscall package.
//
//go:nosplit
//go:linkname entersyscall