]> Cypherpunks repositories - gostls13.git/commit
Revert "syscall: define Syscall in terms of RawSyscall on linux"
authorMichael Pratt <mpratt@google.com>
Thu, 21 Apr 2022 18:50:45 +0000 (14:50 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 21 Apr 2022 19:06:52 +0000 (19:06 +0000)
commitaac1d3a1b12a290805ca35ff268738fb334b1ca4
tree670678caaf65fe4517b26859a38975f6654e2ddc
parentd35ec0b899fe1013af49adb92ef789e25797c2eb
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>
src/runtime/proc.go
src/syscall/asm_linux_386.s
src/syscall/asm_linux_amd64.s
src/syscall/asm_linux_arm.s
src/syscall/asm_linux_arm64.s
src/syscall/asm_linux_mips64x.s
src/syscall/asm_linux_mipsx.s
src/syscall/asm_linux_ppc64x.s
src/syscall/asm_linux_riscv64.s
src/syscall/asm_linux_s390x.s
src/syscall/syscall_linux.go