Crate linux_errnos
source ·Expand description
Error numbers for every arch supported by linux.
Re-exports
Modules
- aarch64
aarch64
, or Linux and AArch64Error numbers for archaarch64
. - arm
arm
, or Linux and ARMError numbers for archarm
. - hexagon
hexagon
, or Linux andtarget_arch="hexagon"
Error numbers for archhexagon
. - Error numbers contained in linux/arch/*.
- loongarch64
loongarch64
, or Linux and LoongArch LA64Error numbers for archloongarch64
. - m68k
m68k
, or Linux and M68kError numbers for archm68k
. - mips
mips
, or Linux and MIPSError numbers for archmips
. - mips64
mips64
, or Linux and MIPS-64Error numbers for archmips64
. - powerpc
powerpc
, or Linux and PowerPCError numbers for archpowerpc
. - powerpc64
powerpc64
, or Linux and PowerPC-64Error numbers for archpowerpc64
. - riscv32
riscv32
, or Linux and RISC-V RV32Error numbers for archriscv32
. - riscv64
riscv64
, or Linux and RISC-V RV64Error numbers for archriscv64
. - s390x
s390x
, or Linux and s390xError numbers for archs390x
. - sparc
sparc
, or Linux andtarget_arch="sparc"
Error numbers for archsparc
. - sparc64
sparc64
, or Linux and SPARC64Error numbers for archsparc64
. - x86
x86
, or Linux and x86Error numbers for archx86
. - x86_64
x86_64
, or Linux and x86-64Error numbers for archx86_64
.