Expand description
Definitions found commonly among almost all Unix derivatives
More functions and definitions can be found in the more specific modules according to the platform in question.
Re-exports
pub use self::linux_like::*;
pub use self::align::*;
Modules
align 🔒
Structs
Enums
Constants
Functions
atof⚠
atoi⚠
atol⚠
dup⚠
dup2⚠
exit⚠
feof⚠
fork⚠
free⚠
kill⚠
link⚠
mmap⚠
nice⚠
open⚠
pipe⚠
poll⚠
puts⚠
read⚠
The 64-bit libc on Solaris and illumos only has readdir_r. If a
32-bit Solaris or illumos target is ever created, it should use
__posix_readdir_r. See libc(3LIB) on Solaris or illumos:
https://illumos.org/man/3lib/libc
https://docs.oracle.com/cd/E36784_01/html/E36873/libc-3lib.html
https://www.unix.com/man-page/opensolaris/3LIB/libc/
recv⚠
send⚠
stat⚠
time⚠
wait⚠