mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-02 15:17:31 -04:00
unix: add support for ptrace on macOS/ARM64
Same as CL 260718 did for package syscall. Updates golang/go#38485 Change-Id: I7b282b7c823dd79eb1fe8b172a78da8dfe9acd1c Reviewed-on: https://go-review.googlesource.com/c/sys/+/262957 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
committed by
Tobias Klauser
parent
e3ed0017c2
commit
f659759dc4
@@ -4,9 +4,7 @@
|
||||
|
||||
package unix
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
import "syscall"
|
||||
|
||||
func ptrace(request int, pid int, addr uintptr, data uintptr) error {
|
||||
return ENOTSUP
|
||||
|
||||
Reference in New Issue
Block a user