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