const syscall.PTRACE_DETACH
2 uses
syscall (current package)
syscall_linux.go#L997: func PtraceDetach(pid int) (err error) { return ptrace(PTRACE_DETACH, pid, 0, 0) }
zerrors_linux_amd64.go#L728: PTRACE_DETACH = 0x11
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)