Crate linux_errno

source ·
Expand description

This library defines an Error struct that represents error numbers returned from Linux system calls.

On Linux, error numbers are architecture-specific. The arch modules provide access to error numbers for all supported architectures, and the top-level module re-exports error numbers for the current target platform.

Modules§

  • Linux error numbers for specific target architectures.

Structs§

  • Type for error numbers returned from Linux system calls.

Constants§