extunix
extunix copied to clipboard
ptrace is not found on Mac OS X
Moved from https://forge.ocamlcore.org/tracker/index.php?func=detail&aid=1042&group_id=175&atid=782
ptrace on Mac OS X requires the additional header file <sys/types.h> to be included; The defines PTRACE_TRACEME, PTRACE_ATTACH, PTRACE_DETACH are named PT_TRACE_ME, > PT_ATTACH and PT_DETACH. PTRACE_PEEKDATA and PTRACE_PEEKTEXT do not exist on Mac OS X 10.5.
Patch welcome