Crate linux_errnos

source ·
Expand description

Error numbers for every arch supported by linux.

Re-exports

Modules

  • aarch64aarch64, or Linux and AArch64
    Error numbers for arch aarch64.
  • armarm, or Linux and ARM
    Error numbers for arch arm.
  • hexagonhexagon, or Linux and target_arch="hexagon"
    Error numbers for arch hexagon.
  • Error numbers contained in linux/arch/*.
  • loongarch64loongarch64, or Linux and LoongArch LA64
    Error numbers for arch loongarch64.
  • m68km68k, or Linux and M68k
    Error numbers for arch m68k.
  • mipsmips, or Linux and MIPS
    Error numbers for arch mips.
  • mips64mips64, or Linux and MIPS-64
    Error numbers for arch mips64.
  • powerpcpowerpc, or Linux and PowerPC
    Error numbers for arch powerpc.
  • powerpc64powerpc64, or Linux and PowerPC-64
    Error numbers for arch powerpc64.
  • riscv32riscv32, or Linux and RISC-V RV32
    Error numbers for arch riscv32.
  • riscv64riscv64, or Linux and RISC-V RV64
    Error numbers for arch riscv64.
  • s390xs390x, or Linux and s390x
    Error numbers for arch s390x.
  • sparcsparc, or Linux and target_arch="sparc"
    Error numbers for arch sparc.
  • sparc64sparc64, or Linux and SPARC64
    Error numbers for arch sparc64.
  • x86x86, or Linux and x86
    Error numbers for arch x86.
  • x86_64x86_64, or Linux and x86-64
    Error numbers for arch x86_64.