diff options
Diffstat (limited to 'libc/include/sys/linux-syscalls.h')
| -rw-r--r-- | libc/include/sys/linux-syscalls.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/include/sys/linux-syscalls.h b/libc/include/sys/linux-syscalls.h index 0cb3100..d09e955 100644 --- a/libc/include/sys/linux-syscalls.h +++ b/libc/include/sys/linux-syscalls.h @@ -146,6 +146,7 @@ #define __NR_syslog (__NR_SYSCALL_BASE + 103) #define __NR_sysinfo (__NR_SYSCALL_BASE + 116) #define __NR_personality (__NR_SYSCALL_BASE + 136) +#define __NR_perf_event_open (__NR_SYSCALL_BASE + 364) #define __NR_futex (__NR_SYSCALL_BASE + 240) #define __NR_poll (__NR_SYSCALL_BASE + 168) @@ -165,6 +166,7 @@ #define __NR_fchmodat (__NR_SYSCALL_BASE + 333) #define __NR_renameat (__NR_SYSCALL_BASE + 329) #define __NR_unlinkat (__NR_SYSCALL_BASE + 328) +#define __NR_faccessat (__NR_SYSCALL_BASE + 334) #define __NR_statfs64 (__NR_SYSCALL_BASE + 266) #define __NR_clock_gettime (__NR_SYSCALL_BASE + 263) #define __NR_clock_settime (__NR_SYSCALL_BASE + 262) @@ -212,6 +214,7 @@ #define __NR_waitid (__NR_SYSCALL_BASE + 284) #define __NR_kill (__NR_SYSCALL_BASE + 37) #define __NR_tkill (__NR_SYSCALL_BASE + 238) +#define __NR_tgkill (__NR_SYSCALL_BASE + 270) #define __NR_set_thread_area (__NR_SYSCALL_BASE + 243) #define __NR_openat (__NR_SYSCALL_BASE + 295) #define __NR_madvise (__NR_SYSCALL_BASE + 219) @@ -225,6 +228,7 @@ #define __NR_fchmodat (__NR_SYSCALL_BASE + 306) #define __NR_renameat (__NR_SYSCALL_BASE + 302) #define __NR_unlinkat (__NR_SYSCALL_BASE + 301) +#define __NR_faccessat (__NR_SYSCALL_BASE + 307) #define __NR_statfs64 (__NR_SYSCALL_BASE + 268) #define __NR_clock_gettime (__NR_SYSCALL_BASE + 265) #define __NR_clock_settime (__NR_SYSCALL_BASE + 264) |
