]> Cypherpunks repositories - gostls13.git/commit
syscall: define Syscall in terms of RawSyscall on linux
authorMichael Pratt <mpratt@google.com>
Thu, 24 Feb 2022 21:54:13 +0000 (16:54 -0500)
committerMichael Pratt <mpratt@google.com>
Thu, 21 Apr 2022 18:07:14 +0000 (18:07 +0000)
commit64e69d3925e2d1f3fb903a2b4f422cf1cbc49ec1
treeb3382afe0e529680d4ef4f100fce23f0bc0bd877
parentf7b12ff6fbad25ea30ae9f16dd1443eb9b76766d
syscall: define Syscall in terms of RawSyscall on linux

For #51087

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