Expand description
Low-level system primitives for luff
This crate isolates all unsafe usage and platform-specific FFI calls.
It provides safe abstractions for file descriptor manipulation.
Modules§
- constants
- Re-export libc constants needed by the main crate. This allows the main crate to avoid a direct dependency on libc.
Functions§
- drop_
nonblock - Drop the
O_NONBLOCKflag from an open file - get_
fd_ identity - Get the device and inode for a file descriptor