extunix icon indicating copy to clipboard operation
extunix copied to clipboard

Thin OCaml bindings to various low-level system APIs not covered by Unix module

Results 14 extunix issues
Sort by recently updated
recently updated
newest added

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 to be included; > The defines PTRACE_TRACEME, PTRACE_ATTACH, PTRACE_DETACH are named PT_TRACE_ME, > PT_ATTACH and PT_DETACH....

- Move macros accessing values outside of blocking sections; - Use `caml_stat_*` functions instead of `malloc`/`free` for heap data.