Crate linux_errnos
source ·Expand description
Error numbers for every arch supported by linux..
Re-exports
Modules
- aarch64(Linux or Android) and AArch64, or
aarch64Error numbers for archaarch64. - arm(Linux or Android) and ARM, or
armError numbers for archarm. - hexagonLinux and
target_arch="hexagon", orhexagonError numbers for archhexagon. - Error numbers contained in linux/arch/*..
- loongarch64Linux and LoongArch LA64, or
loongarch64Error numbers for archloongarch64. - m68kLinux and M68k, or
m68kError numbers for archm68k. - mipsLinux and MIPS, or
mipsError numbers for archmips. - mips64Linux and MIPS-64, or
mips64Error numbers for archmips64. - powerpcLinux and PowerPC, or
powerpcError numbers for archpowerpc. - powerpc64Linux and PowerPC-64, or
powerpc64Error numbers for archpowerpc64. - riscv32Linux and RISC-V RV32, or
riscv32Error numbers for archriscv32. - riscv64Linux and RISC-V RV64, or
riscv64Error numbers for archriscv64. - s390xLinux and s390x, or
s390xError numbers for archs390x. - sparcLinux and
target_arch="sparc", orsparcError numbers for archsparc. - sparc64Linux and SPARC64, or
sparc64Error numbers for archsparc64. - x86(Linux or Android) and x86, or
x86Error numbers for archx86. - x86_64(Linux or Android) and x86-64, or
x86_64Error numbers for archx86_64.