Skip to main content

relibc/header/sys_types/
mod.rs

1//! `sys/types.h` implementation.
2//!
3//! See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_types.h.html>.
4//!
5//! Note that the `useconds_t` type provided in the `sys/types.h` header was
6//! removed in the Open Group Base Specifications Issue 7, see
7//! <https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html>
8//! for the old specification.