Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / include / asm-ia64 / unistd.h
index 251ecfa..d46f47f 100644 (file)
 #define __NR_syslog                    1117
 #define __NR_setitimer                 1118
 #define __NR_getitimer                 1119
-#define __NR_tux                       1120 /* was __NR_old_stat */
+/* 1120 was __NR_old_stat */
 /* 1121 was __NR_old_lstat */
 /* 1122 was __NR_old_fstat */
 #define __NR_vhangup                   1123
 
 #define NR_syscalls                    256 /* length of syscall table */
 
+#define __ARCH_WANT_SYS_RT_SIGACTION
+
 #ifdef CONFIG_IA32_SUPPORT
 # define __ARCH_WANT_SYS_FADVISE64
 # define __ARCH_WANT_SYS_GETPGRP
 # define __ARCH_WANT_SYS_SIGPENDING
 # define __ARCH_WANT_SYS_SIGPROCMASK
 #endif
-# define __ARCH_WANT_SYS_RT_SIGACTION
 
 #if !defined(__ASSEMBLY__) && !defined(ASSEMBLER)