]> 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>
Thu, 21 Apr 2022 18:07:25 +0000 (18:07 +0000)
commita56e2f672bda459b95cc9b2f287f895424643102
tree19189f1e6199d16c2f7d80c35f5d4068668bdcde
parent64e69d3925e2d1f3fb903a2b4f422cf1cbc49ec1
syscall: define Syscall6 in terms of RawSyscall6 on linux

For #51087

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