about summary refs log tree commit diff
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h
index 64004d8e..27c5325c 100644
--- a/arch/i386/bits/syscall.h
+++ b/arch/i386/bits/syscall.h
@@ -372,6 +372,8 @@
 #define __NR_recvfrom		371
 #define __NR_recvmsg		372
 #define __NR_shutdown		373
+#define __NR_userfaultfd	374
+#define __NR_membarrier		375
 
 
 /* Repeated with SYS_ prefix */
@@ -750,3 +752,5 @@
 #define SYS_recvfrom		371
 #define SYS_recvmsg		372
 #define SYS_shutdown		373
+#define SYS_userfaultfd		374
+#define SYS_membarrier		375