X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..6d2010ae8f7a6078e10b361c6962983bab233e0f:/bsd/sys/ptrace.h diff --git a/bsd/sys/ptrace.h b/bsd/sys/ptrace.h index f61466ec3..fda2515a5 100644 --- a/bsd/sys/ptrace.h +++ b/bsd/sys/ptrace.h @@ -90,13 +90,7 @@ __BEGIN_DECLS -#ifdef KERNEL -#ifdef __APPLE_API_PRIVATE - -void proc_reparent(struct proc *child, struct proc *newparent); - -#endif /* __APPLE_API_PRIVATE */ -#else /* !KERNEL */ +#ifndef KERNEL int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);