diff options
author | Tony Luck <tony.luck@intel.com> | 2006-02-09 14:43:58 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-02-09 14:43:58 -0800 |
commit | 65b78722ce2a2dc76108b467f79b2c5b4864af82 (patch) | |
tree | a5296112d759443f84e6f334703dc330be903d8e /include | |
parent | a94746461765dae41fb82e4dac027d14af4d80d8 (diff) | |
parent | 9621a4ef8a29d11118f44def053931bcafb0dfc2 (diff) |
Pull new-syscalls into release branch
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ia64/unistd.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h index 962f9bd1bdf..019956c613e 100644 --- a/include/asm-ia64/unistd.h +++ b/include/asm-ia64/unistd.h @@ -270,12 +270,27 @@ #define __NR_inotify_add_watch 1278 #define __NR_inotify_rm_watch 1279 #define __NR_migrate_pages 1280 +#define __NR_openat 1281 +#define __NR_mkdirat 1282 +#define __NR_mknodat 1283 +#define __NR_fchownat 1284 +#define __NR_futimesat 1285 +#define __NR_newfstatat 1286 +#define __NR_unlinkat 1287 +#define __NR_renameat 1288 +#define __NR_linkat 1289 +#define __NR_symlinkat 1290 +#define __NR_readlinkat 1291 +#define __NR_fchmodat 1292 +#define __NR_faccessat 1293 +/* 1294, 1295 reserved for pselect/ppoll */ +#define __NR_unshare 1296 #ifdef __KERNEL__ #include <linux/config.h> -#define NR_syscalls 270 /* length of syscall table */ +#define NR_syscalls 273 /* length of syscall table */ #define __ARCH_WANT_SYS_RT_SIGACTION |