module PosixTypes:sig..end
Some POSIX types.
module Dev:Unsigned.S
module Ino:Unsigned.S
module Mode:Unsigned.S
module Nlink:Unsigned.S
module Off:Signed.S
module Pid:Signed.S
module Ssize:Signed.S
module Time:Unsigned.S
type clock_t
typedev_t =Dev.t
typeino_t =Ino.t
typemode_t =Mode.t
typenlink_t =Nlink.t
typeoff_t =Off.t
typepid_t =Pid.t
typesize_t =Unsigned.size_t
typessize_t =Ssize.t
typetime_t =Time.t
type useconds_t
val clock_t : clock_t Ctypes.typ
val dev_t : dev_t Ctypes.typ
val ino_t : ino_t Ctypes.typ
val mode_t : mode_t Ctypes.typ
val nlink_t : nlink_t Ctypes.typ
val off_t : off_t Ctypes.typ
val pid_t : pid_t Ctypes.typ
val size_t : size_t Ctypes.typ
val ssize_t : ssize_t Ctypes.typ
val time_t : time_t Ctypes.typ
val useconds_t : useconds_t Ctypes.typtype sigset_t
val sigset_t : sigset_t Ctypes.typ