Module Index_unix

module Make : functor (K : Index.Key) -> functor (V : Index.Value) -> Index.S with type key = K.t and type value = V.t
module Syscalls : sig ... end

Bindings to Unix system calls.

module Private : sig ... end

These modules should not be used. They are exposed purely for testing purposes.