Modules
Syscalls for the arm architecture.
Syscalls for the mips architecture.
Syscalls for the mips64 architecture.
Syscalls for the powerpc architecture.
Syscalls for the powerpc64 architecture.
Exposes raw syscalls that simply return a usize instead of a Result.
Syscalls for the s390x architecture.
Syscalls for the sparc architecture.
Syscalls for the sparc64 architecture.
Syscalls for the x86 architecture.
Syscalls for the x86_64 architecture.
Macros
Performs a raw syscall and returns a usize. Use syscall if you wish to
get a Result as a return value.
Performs a syscall and returns a Result<usize, Errno>.
Structs
Enums
Complete list of Linux syscalls.