]> Cypherpunks repositories - gostls13.git/commit
syscall: define RawSyscall in terms of RawSyscall6 on linux
authorMichael Pratt <mpratt@google.com>
Thu, 24 Feb 2022 21:46:54 +0000 (16:46 -0500)
committerMichael Pratt <mpratt@google.com>
Thu, 21 Apr 2022 18:07:03 +0000 (18:07 +0000)
commitf7b12ff6fbad25ea30ae9f16dd1443eb9b76766d
tree5e8f03f34586130cca2ab9281ab492b6a5c148ea
parent15602e88658a9dd43cec4220e01ef408d273f028
syscall: define RawSyscall in terms of RawSyscall6 on linux

For #51087

Change-Id: I63e07638507328efe33dbf7dd5f8a8b78890e037
Reviewed-on: https://go-review.googlesource.com/c/go/+/388476
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@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