X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-i386%2Funistd.h;h=cf6f2cd9c514e223aed23254828f256ec6f2203e;hb=b43d4ddaec2b33fd6eaf0bed970c86ab08a52aaf;hp=481c3c0ea720d32c1570a3588ef31da4ac81247b;hpb=05814450070f13b671fc9dbf89477677aa0258cb;p=powerpc.git diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index 481c3c0ea7..cf6f2cd9c5 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h @@ -300,8 +300,24 @@ #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_pselect6 308 +#define __NR_ppoll 309 +#define __NR_unshare 310 -#define NR_syscalls 295 +#define NR_syscalls 311 /* * user-visible error numbers are in the range -1 - -128: see @@ -417,6 +433,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__