Platform types docs

This commit is contained in:
Peter Limkilde Svendsen
2026-04-02 16:47:07 +02:00
committed by Jeremy Soller
parent 616f380856
commit 1f3cfcafb2
2 changed files with 63 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
//! `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.