summaryrefslogtreecommitdiff
path: root/arch/i386/bits/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/bits/syscall.h')
-rw-r--r--arch/i386/bits/syscall.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h
index e1bfe6c2..7584f30d 100644
--- a/arch/i386/bits/syscall.h
+++ b/arch/i386/bits/syscall.h
@@ -352,6 +352,9 @@
#define __NR_sched_setattr 351
#define __NR_sched_getattr 352
#define __NR_renameat2 353
+#define __NR_seccomp 354
+#define __NR_getrandom 355
+#define __NR_memfd_create 356
/* Repeated with SYS_ prefix */
@@ -710,3 +713,6 @@
#define SYS_sched_setattr 351
#define SYS_sched_getattr 352
#define SYS_renameat2 353
+#define SYS_seccomp 354
+#define SYS_getrandom 355
+#define SYS_memfd_create 356