aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/asm-x86/asm/unistd_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/asm-x86/asm/unistd_32.h')
-rw-r--r--original/uapi/asm-x86/asm/unistd_32.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/original/uapi/asm-x86/asm/unistd_32.h b/original/uapi/asm-x86/asm/unistd_32.h
index e3d32ca..3bdb80d 100644
--- a/original/uapi/asm-x86/asm/unistd_32.h
+++ b/original/uapi/asm-x86/asm/unistd_32.h
@@ -1,5 +1,5 @@
-#ifndef _ASM_X86_UNISTD_32_H
-#define _ASM_X86_UNISTD_32_H 1
+#ifndef _UAPI_ASM_UNISTD_32_H
+#define _UAPI_ASM_UNISTD_32_H
#define __NR_restart_syscall 0
#define __NR_exit 1
@@ -433,9 +433,17 @@
#define __NR_process_madvise 440
#define __NR_epoll_pwait2 441
#define __NR_mount_setattr 442
+#define __NR_quotactl_fd 443
+#define __NR_landlock_create_ruleset 444
+#define __NR_landlock_add_rule 445
+#define __NR_landlock_restrict_self 446
+#define __NR_memfd_secret 447
+#define __NR_process_mrelease 448
+#define __NR_futex_waitv 449
+#define __NR_set_mempolicy_home_node 450
#ifdef __KERNEL__
-#define __NR_syscall_max 442
+#define __NR_syscalls 451
#endif
-#endif /* _ASM_X86_UNISTD_32_H */
+#endif /* _UAPI_ASM_UNISTD_32_H */