This crate automatically generates a list of system calls using the Linux <sys/syscall.h> header.
<sys/syscall.h>
no_std
support of no_std can be enabled by turn off default features: syscalls = { version = "0.2", default-features = false }
syscalls = { version = "0.2", default-features = false }