]> Cypherpunks repositories - gostls13.git/commit
syscall: define Syscall6 in terms of RawSyscall6 on linux
authorMichael Pratt <mpratt@google.com>
Thu, 24 Feb 2022 22:00:12 +0000 (17:00 -0500)
committerMichael Pratt <mpratt@google.com>
Fri, 22 Apr 2022 19:02:29 +0000 (19:02 +0000)
commit808d40d7809a46703f43fc2d6911957135f4563c
tree353c044af0a8a44b03a78521420abe9fd3f51755
parent534a911338a05b74b5c419080d563c6ae06d6dc8
syscall: define Syscall6 in terms of RawSyscall6 on linux

This is an exact copy of CL 388478 after fixing #52472 in CL 401654.

For #51087
For #52472

Change-Id: I6c6bd7ddcab1512c682e6b44f61c7bcde97f5c58
Reviewed-on: https://go-review.googlesource.com/c/go/+/401655
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
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