]> Cypherpunks repositories - gostls13.git/commit
Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"
authorMichael Pratt <mpratt@google.com>
Thu, 21 Apr 2022 18:49:54 +0000 (14:49 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 21 Apr 2022 19:06:50 +0000 (19:06 +0000)
commitd35ec0b899fe1013af49adb92ef789e25797c2eb
tree98f959d0b3c51f7c5648691531d8ec213e62293a
parent347534343b114d9183efeefcb1d49458e1e8e34f
Revert "syscall: define Syscall6 in terms of RawSyscall6 on linux"

This reverts CL 388478. Parent CL 388477 breaks cmd/go
TestScript/cover_pkgall_runtime.

For #51087.
For #52472.

Change-Id: Id5d5a4e138792cf130ecdcc6b996c8102d142a7e
Reviewed-on: https://go-review.googlesource.com/c/go/+/401635
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/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