syscalls 0.2.6

A list of Linux system calls.
Documentation
1
2
3
4
5
6
7
8
9
10
# syscalls

This crate automatically generates a list of system calls using the Linux
`<sys/syscall.h>` header.

## `no_std` support
support of `no_std` can be enabled by turn off default features:
```
syscalls = { version = "0.2", default-features = false }
```