aboutsummaryrefslogtreecommitdiff
path: root/unix/syscall_darwin_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'unix/syscall_darwin_amd64.go')
-rw-r--r--unix/syscall_darwin_amd64.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/syscall_darwin_amd64.go b/unix/syscall_darwin_amd64.go
index b37310c..9fa8798 100644
--- a/unix/syscall_darwin_amd64.go
+++ b/unix/syscall_darwin_amd64.go
@@ -47,5 +47,6 @@ func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr,
//sys getfsstat(buf unsafe.Pointer, size uintptr, flags int) (n int, err error) = SYS_GETFSSTAT64
//sys Lstat(path string, stat *Stat_t) (err error) = SYS_LSTAT64
//sys ptrace1(request int, pid int, addr uintptr, data uintptr) (err error) = SYS_ptrace
+//sys ptrace1Ptr(request int, pid int, addr unsafe.Pointer, data uintptr) (err error) = SYS_ptrace
//sys Stat(path string, stat *Stat_t) (err error) = SYS_STAT64
//sys Statfs(path string, stat *Statfs_t) (err error) = SYS_STATFS64