Crate linux_errnos

source ·
Expand description

Error numbers for every arch supported by linux..

Re-exports

Modules

  • aarch64(Linux or Android) and AArch64, or aarch64
    Error numbers for arch aarch64.
  • arm(Linux or Android) and ARM, or arm
    Error numbers for arch arm.
  • hexagonLinux and target_arch="hexagon", or hexagon
    Error numbers for arch hexagon.
  • Error numbers contained in linux/arch/*..
  • loongarch64Linux and LoongArch LA64, or loongarch64
    Error numbers for arch loongarch64.
  • m68kLinux and M68k, or m68k
    Error numbers for arch m68k.
  • mipsLinux and MIPS, or mips
    Error numbers for arch mips.
  • mips64Linux and MIPS-64, or mips64
    Error numbers for arch mips64.
  • powerpcLinux and PowerPC, or powerpc
    Error numbers for arch powerpc.
  • powerpc64Linux and PowerPC-64, or powerpc64
    Error numbers for arch powerpc64.
  • riscv32Linux and RISC-V RV32, or riscv32
    Error numbers for arch riscv32.
  • riscv64Linux and RISC-V RV64, or riscv64
    Error numbers for arch riscv64.
  • s390xLinux and s390x, or s390x
    Error numbers for arch s390x.
  • sparcLinux and target_arch="sparc", or sparc
    Error numbers for arch sparc.
  • sparc64Linux and SPARC64, or sparc64
    Error numbers for arch sparc64.
  • x86(Linux or Android) and x86, or x86
    Error numbers for arch x86.
  • x86_64(Linux or Android) and x86-64, or x86_64
    Error numbers for arch x86_64.