Expand description
Error numbers for every arch supported by linux..
Re-exports§
pub use x86_64::Errno;
(Linux or Android) and x86-64 pub use x86_64::ErrnoIter;
(Linux or Android) and iter
and x86-64
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
. - hexagon
Linux and target_arch="hexagon"
, orhexagon
- Error numbers for arch
hexagon
. - linux
- Error numbers contained in linux/arch/*..
- loongarch64
Linux and LoongArch LA64, or loongarch64
- Error numbers for arch
loongarch64
. - m68k
Linux and M68k, or m68k
- Error numbers for arch
m68k
. - mips
Linux and MIPS, or mips
- Error numbers for arch
mips
. - mips64
Linux and MIPS-64, or mips64
- Error numbers for arch
mips64
. - powerpc
Linux and PowerPC, or powerpc
- Error numbers for arch
powerpc
. - powerpc64
Linux and PowerPC-64, or powerpc64
- Error numbers for arch
powerpc64
. - riscv32
Linux and RISC-V RV32, or riscv32
- Error numbers for arch
riscv32
. - riscv64
Linux and RISC-V RV64, or riscv64
- Error numbers for arch
riscv64
. - s390x
Linux and s390x, or s390x
- Error numbers for arch
s390x
. - sparc
Linux and target_arch="sparc"
, orsparc
- Error numbers for arch
sparc
. - sparc64
Linux 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
.