Expand description
sys/types.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html.
Note that the useconds_t type provided in the sys/types.h header was
removed in the Open Group Base Specifications Issue 7, see
https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html
for the old specification.
Re-exports§
pub use crate::header::bits_useconds_t::useconds_t;Deprecated pub use crate::header::bits_clock_t::clock_t;pub use crate::header::bits_clockid_t::clockid_t;pub use crate::header::bits_dev_t::dev_t;pub use crate::header::bits_gid_t::gid_t;pub use crate::header::bits_id_t::id_t;pub use crate::header::bits_ino_t::ino_t;pub use crate::header::bits_key_t::key_t;pub use crate::header::bits_mode_t::mode_t;pub use crate::header::bits_nlink_t::nlink_t;pub use crate::header::bits_off_t::off_t;pub use crate::header::bits_pid_t::pid_t;pub use crate::header::bits_reclen_t::reclen_t;pub use crate::header::bits_size_t::size_t;pub use crate::header::bits_ssize_t::ssize_t;pub use crate::header::bits_suseconds_t::suseconds_t;pub use crate::header::bits_sys_stat::blkcnt_t;pub use crate::header::bits_sys_stat::blksize_t;pub use crate::header::bits_sys_statvfs::fsblkcnt_t;pub use crate::header::bits_sys_statvfs::fsfilcnt_t;pub use crate::header::bits_time_t::time_t;pub use crate::header::bits_timer_t::timer_t;pub use crate::header::bits_uid_t::uid_t;