Posix_typesPOSIX types from <sys/types.h>. This module is used to build further POSIX bindings. See Posix_time2_types for an example.
module Clock : Posix_base.Types.Arithmeticmodule Key : Posix_base.Types.Arithmeticmodule Time : Posix_base.Types.Arithmetictype clock_t = Clock.ttype key_t = Key.ttype time_t = Time.tval blkcnt_t : blkcnt_t Ctypes.typval blksize_t : blksize_t Ctypes.typval clock_t : clock_t Ctypes.typval clockid_t : clockid_t Ctypes.typval dev_t : dev_t Ctypes.typval fsblkcnt_t : fsblkcnt_t Ctypes.typval fsfilcnt_t : fsfilcnt_t Ctypes.typval gid_t : gid_t Ctypes.typval id_t : id_t Ctypes.typval ino_t : ino_t Ctypes.typval key_t : key_t Ctypes.typval mode_t : mode_t Ctypes.typval nlink_t : nlink_t Ctypes.typval off_t : off_t Ctypes.typval pid_t : pid_t Ctypes.typval size_t : size_t Ctypes.typval ssize_t : ssize_t Ctypes.typval time_t : time_t Ctypes.typval uid_t : uid_t Ctypes.typval useconds_t : useconds_t Ctypes.typval suseconds_t : suseconds_t Ctypes.typmodule Pthread : sig ... endtype pthread_attr_t = Pthread.Attr.ttype pthread_cond_t = Pthread.Cond.ttype pthread_condattr_t = Pthread.Condattr.ttype pthread_key_t = Pthread.Key.ttype pthread_mutex_t = Pthread.Mutex.ttype pthread_mutexattr_t = Pthread.Mutexattr.ttype pthread_once_t = Pthread.Once.ttype pthread_rwlock_t = Pthread.Rwlock.ttype pthread_rwlockattr_t = Pthread.Rwlockattr.ttype pthread_t = Pthread.T.tval pthread_attr_t : pthread_attr_t Ctypes.typval pthread_cond_t : pthread_cond_t Ctypes.typval pthread_condattr_t : pthread_condattr_t Ctypes.typval pthread_key_t : pthread_key_t Ctypes.typval pthread_mutex_t : pthread_mutex_t Ctypes.typval pthread_mutexattr_t : pthread_mutexattr_t Ctypes.typval pthread_once_t : pthread_once_t Ctypes.typval pthread_rwlock_t : pthread_rwlock_t Ctypes.typval pthread_rwlockattr_t : pthread_rwlockattr_t Ctypes.typval pthread_t : pthread_t Ctypes.typ