diff options
author | Chen, Kenneth W <kenneth.w.chen@intel.com> | 2006-01-31 17:26:25 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-02-06 13:42:46 -0500 |
commit | 9ed2ad8648eb974ee670045d41b5a51b763e3aa1 (patch) | |
tree | 80e98f48b6a7538d2b7d74f67c7ce3c5bab35ea6 /include/asm-ia64/unistd.h | |
parent | e3f749c4af69c4344d89f11e2293e3790eb4eaca (diff) |
[IA64] add syscall entry for *at()
Wire up the ia64 syscalls for *at() functions.
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/unistd.h')
-rw-r--r-- | include/asm-ia64/unistd.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h index 962f9bd1bdff..a151eb1fc73a 100644 --- a/include/asm-ia64/unistd.h +++ b/include/asm-ia64/unistd.h | |||
@@ -270,6 +270,19 @@ | |||
270 | #define __NR_inotify_add_watch 1278 | 270 | #define __NR_inotify_add_watch 1278 |
271 | #define __NR_inotify_rm_watch 1279 | 271 | #define __NR_inotify_rm_watch 1279 |
272 | #define __NR_migrate_pages 1280 | 272 | #define __NR_migrate_pages 1280 |
273 | #define __NR_openat 1281 | ||
274 | #define __NR_mkdirat 1282 | ||
275 | #define __NR_mknodat 1283 | ||
276 | #define __NR_fchownat 1284 | ||
277 | #define __NR_futimesat 1285 | ||
278 | #define __NR_newfstatat 1286 | ||
279 | #define __NR_unlinkat 1287 | ||
280 | #define __NR_renameat 1288 | ||
281 | #define __NR_linkat 1289 | ||
282 | #define __NR_symlinkat 1290 | ||
283 | #define __NR_readlinkat 1291 | ||
284 | #define __NR_fchmodat 1292 | ||
285 | #define __NR_faccessat 1293 | ||
273 | 286 | ||
274 | #ifdef __KERNEL__ | 287 | #ifdef __KERNEL__ |
275 | 288 | ||