Warning: That file was not part of the compilation database. It may have many parsing errors.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef __NR_fork |
| 3 | #define __NR_fork 2 |
| 4 | #endif |
| 5 | #ifndef __NR_execve |
| 6 | #define __NR_execve 11 |
| 7 | #endif |
| 8 | #ifndef __NR_getppid |
| 9 | #define __NR_getppid 64 |
| 10 | #endif |
| 11 | #ifndef __NR_getpgid |
| 12 | #define __NR_getpgid 132 |
| 13 | #endif |
| 14 | #ifndef __NR_capget |
| 15 | #define __NR_capget 184 |
| 16 | #endif |
| 17 | #ifndef __NR_gettid |
| 18 | #define __NR_gettid 224 |
| 19 | #endif |
| 20 | #ifndef __NR_futex |
| 21 | #define __NR_futex 240 |
| 22 | #endif |
| 23 | #ifndef __NR_getcpu |
| 24 | #define __NR_getcpu 318 |
| 25 | #endif |
| 26 | #ifndef __NR_perf_event_open |
| 27 | #define __NR_perf_event_open 336 |
| 28 | #endif |
| 29 | #ifndef __NR_setns |
| 30 | #define __NR_setns 346 |
| 31 | #endif |
| 32 | #ifndef __NR_seccomp |
| 33 | #define __NR_seccomp 354 |
| 34 | #endif |
| 35 |
Warning: That file was not part of the compilation database. It may have many parsing errors.
