extunix icon indicating copy to clipboard operation
extunix copied to clipboard

ptrace is not found on Mac OS X

Open ygrek opened this issue 8 years ago • 0 comments

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

ygrek avatar Sep 05 '16 22:09 ygrek