aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/unistd.h
diff options
context:
space:
mode:
authorJanak Desai <janak@us.ibm.com>2006-02-08 15:43:38 -0800
committerTony Luck <tony.luck@intel.com>2006-02-08 15:43:38 -0800
commit9621a4ef8a29d11118f44def053931bcafb0dfc2 (patch)
treeb1e0a0214bddd5f23133e5b12fdf8f8d24188bcd /include/asm-ia64/unistd.h
parent[IA64] add syscall entry for *at() (diff)
downloadlinux-dev-9621a4ef8a29d11118f44def053931bcafb0dfc2.tar.xz
linux-dev-9621a4ef8a29d11118f44def053931bcafb0dfc2.zip
[IA64] unshare system call registration for ia64
Registers system call for the ia64 architecture. Reserves space for ppoll and pselect, and adds unshare at system call number 1296. Signed-off-by: Janak Desai <janak@us.ibm.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to '')
-rw-r--r--include/asm-ia64/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h
index a151eb1fc73a..019956c613e4 100644
--- a/include/asm-ia64/unistd.h
+++ b/include/asm-ia64/unistd.h
@@ -283,12 +283,14 @@
#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