]> err.no Git - linux-2.6/blobdiff - include/asm-parisc/unistd.h
[TCP]: Add two new spurious RTO responses to FRTO
[linux-2.6] / include / asm-parisc / unistd.h
index 3fb37cfcb86427dd2d5376599dac3c235f291095..2f7c40861c91dbb2cae7ca888271140820b6ba12 100644 (file)
 #define __NR_move_pages                (__NR_Linux + 295)
 #define __NR_getcpu            (__NR_Linux + 296)
 #define __NR_epoll_pwait       (__NR_Linux + 297)
+#define __NR_statfs64          (__NR_Linux + 298)
+#define __NR_fstatfs64         (__NR_Linux + 299)
 
-#define __NR_Linux_syscalls     298
+#define __NR_Linux_syscalls     (__NR_fstatfs64 + 1)
 
 #define HPUX_GATEWAY_ADDR       0xC0000004
 #define LINUX_GATEWAY_ADDR      0x100
@@ -955,6 +957,8 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5)       \
 #define __ARCH_WANT_SYS_SIGPENDING
 #define __ARCH_WANT_SYS_SIGPROCMASK
 #define __ARCH_WANT_SYS_RT_SIGACTION
+#define __ARCH_WANT_SYS_RT_SIGSUSPEND
+#define __ARCH_WANT_COMPAT_SYS_RT_SIGSUSPEND
 
 #endif /* __ASSEMBLY__ */