summaryrefslogtreecommitdiff
path: root/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/glibc-syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/glibc-syscalls.h')
-rw-r--r--mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/glibc-syscalls.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/glibc-syscalls.h b/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/glibc-syscalls.h
index 79f7da06..83fb2571 100644
--- a/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/glibc-syscalls.h
+++ b/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/glibc-syscalls.h
@@ -60,6 +60,9 @@
#if defined(__NR_brk)
#define SYS_brk __NR_brk
#endif
+#if defined(__NR_cachestat)
+ #define SYS_cachestat __NR_cachestat
+#endif
#if defined(__NR_capget)
#define SYS_capget __NR_capget
#endif
@@ -219,6 +222,9 @@
#if defined(__NR_fchmodat)
#define SYS_fchmodat __NR_fchmodat
#endif
+#if defined(__NR_fchmodat2)
+ #define SYS_fchmodat2 __NR_fchmodat2
+#endif
#if defined(__NR_fchown)
#define SYS_fchown __NR_fchown
#endif
@@ -300,12 +306,21 @@
#if defined(__NR_futex)
#define SYS_futex __NR_futex
#endif
+#if defined(__NR_futex_requeue)
+ #define SYS_futex_requeue __NR_futex_requeue
+#endif
#if defined(__NR_futex_time64)
#define SYS_futex_time64 __NR_futex_time64
#endif
+#if defined(__NR_futex_wait)
+ #define SYS_futex_wait __NR_futex_wait
+#endif
#if defined(__NR_futex_waitv)
#define SYS_futex_waitv __NR_futex_waitv
#endif
+#if defined(__NR_futex_wake)
+ #define SYS_futex_wake __NR_futex_wake
+#endif
#if defined(__NR_futimesat)
#define SYS_futimesat __NR_futimesat
#endif
@@ -570,6 +585,9 @@
#if defined(__NR_madvise)
#define SYS_madvise __NR_madvise
#endif
+#if defined(__NR_map_shadow_stack)
+ #define SYS_map_shadow_stack __NR_map_shadow_stack
+#endif
#if defined(__NR_mbind)
#define SYS_mbind __NR_mbind
#endif
@@ -909,6 +927,9 @@
#if defined(__NR_riscv_flush_icache)
#define SYS_riscv_flush_icache __NR_riscv_flush_icache
#endif
+#if defined(__NR_riscv_hwprobe)
+ #define SYS_riscv_hwprobe __NR_riscv_hwprobe
+#endif
#if defined(__NR_rmdir)
#define SYS_rmdir __NR_rmdir
#endif