module Lwt_sys:sig
..end
exception Not_available of string
Not_available(feature)
is an exception that may be raised when
a feature is not available on the current system.typefeature =
[ `fd_passing
| `fdatasync
| `get_affinity
| `get_cpu
| `get_credentials
| `libev
| `madvise
| `mincore
| `recv_msg
| `send_msg
| `set_affinity
| `wait4 ]
val have : feature -> bool
type
byte_order =
| |
Little_endian |
|||
| |
Big_endian |
(* |
Type of byte order
| *) |
val byte_order : byte_order
val windows : bool
Sys.win32
.