]> Pileus Git - ~andy/linux/blobdiff - arch/ia64/include/asm/unistd.h
Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux...
[~andy/linux] / arch / ia64 / include / asm / unistd.h
index 10a9eb05f74d121777ca763e0887f73c96dca88c..5a5347f5c4e489f6acf8214574b8e0cc1e6fbf4d 100644 (file)
 #define __NR_inotify_init1             1318
 #define __NR_preadv                    1319
 #define __NR_pwritev                   1320
+#define __NR_rt_tgsigqueueinfo         1321
 
 #ifdef __KERNEL__
 
 
-#define NR_syscalls                    297 /* length of syscall table */
+#define NR_syscalls                    298 /* length of syscall table */
 
 /*
  * The following defines stop scripts/checksyscalls.sh from complaining about
 #define __IGNORE_utime         /* utimes() */
 #define __IGNORE_getpgrp       /* getpgid() */
 #define __IGNORE_vfork         /* clone() */
+#define __IGNORE_umount2       /* umount() */
 
 #define __ARCH_WANT_SYS_RT_SIGACTION
 #define __ARCH_WANT_SYS_RT_SIGSUSPEND