]> Pileus Git - ~andy/linux/blobdiff - include/asm-i386/unistd.h
[PATCH] Handle TIF_RESTORE_SIGMASK for i386
[~andy/linux] / include / asm-i386 / unistd.h
index fe38b9a96233f86fb47f34d0920802f23b3f0542..3400441b3f911b75c4822aa3ca9e401fd407f191 100644 (file)
 #define __NR_inotify_init      291
 #define __NR_inotify_add_watch 292
 #define __NR_inotify_rm_watch  293
+#define __NR_migrate_pages     294
+#define __NR_openat            295
+#define __NR_mkdirat           296
+#define __NR_mknodat           297
+#define __NR_fchownat          298
+#define __NR_futimesat         299
+#define __NR_newfstatat                300
+#define __NR_unlinkat          301
+#define __NR_renameat          302
+#define __NR_linkat            303
+#define __NR_symlinkat         304
+#define __NR_readlinkat                305
+#define __NR_fchmodat          306
+#define __NR_faccessat         307
 
-#define NR_syscalls 294
+#define NR_syscalls 308
 
 /*
  * user-visible error numbers are in the range -1 - -128: see
@@ -416,6 +430,7 @@ __syscall_return(type,__res); \
 #define __ARCH_WANT_SYS_SIGPENDING
 #define __ARCH_WANT_SYS_SIGPROCMASK
 #define __ARCH_WANT_SYS_RT_SIGACTION
+#define __ARCH_WANT_SYS_RT_SIGSUSPEND
 #endif
 
 #ifdef __KERNEL_SYSCALLS__