]> Cypherpunks repositories - gostls13.git/commit
syscall: remove unused ptracePtr on darwin
authorTobias Klauser <tklauser@distanz.ch>
Thu, 7 Sep 2023 20:51:39 +0000 (22:51 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 7 Sep 2023 21:07:58 +0000 (21:07 +0000)
commit3a124de515e0e5043294604c95aee99c4e4d2ada
tree425cd0294a118a46751ca09d50c86520d4ca58e3
parent02d581ef53e9b9b1eeaa22330ec655028a7bb2af
syscall: remove unused ptracePtr on darwin

ptracePtr was introduced in CL 470299 for darwin but it's not used on
this platform. Also, the argument types for addr and data were swapped
in the generated ptrace1Ptr (probably because the change was not
generated but done manually).

For #58387

Change-Id: I429ab0c741e19020d98729c34efabce1d9003f56
Reviewed-on: https://go-review.googlesource.com/c/go/+/526475
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/syscall/ptrace_darwin.go
src/syscall/ptrace_ios.go
src/syscall/syscall_darwin_amd64.go
src/syscall/syscall_darwin_arm64.go
src/syscall/zsyscall_darwin_amd64.go
src/syscall/zsyscall_darwin_arm64.go