1syscall(1)                       User Commands                      syscall(1)
2
3
4

NAME

6       syscall - check for Linux system call number and availability
7

DESCRIPTION

9       usage: syscall [-h] syscall arch
10
11       Check system call number/name.
12
13   positional arguments:
14       syscall
15              system call number/name
16
17       arch   requested architecture (optional)
18
19   options:
20       -h, --help
21              show this help message and exit
22

EXAMPLES

24       syscall openat arm64
25       syscall 56
26       syscall 123 mipso32
27

SEE ALSO

29       syscall(2), syscalls(2)
30
31
32
33Python system-calls             September 2021                      syscall(1)
Impressum