diff options
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/unistd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index 7c1bb8b0a96b..5513bdf11463 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h | |||
@@ -790,8 +790,10 @@ | |||
790 | #define __NR_move_pages (__NR_Linux + 295) | 790 | #define __NR_move_pages (__NR_Linux + 295) |
791 | #define __NR_getcpu (__NR_Linux + 296) | 791 | #define __NR_getcpu (__NR_Linux + 296) |
792 | #define __NR_epoll_pwait (__NR_Linux + 297) | 792 | #define __NR_epoll_pwait (__NR_Linux + 297) |
793 | #define __NR_statfs64 (__NR_Linux + 298) | ||
794 | #define __NR_fstatfs64 (__NR_Linux + 299) | ||
793 | 795 | ||
794 | #define __NR_Linux_syscalls 298 | 796 | #define __NR_Linux_syscalls 300 |
795 | 797 | ||
796 | #define HPUX_GATEWAY_ADDR 0xC0000004 | 798 | #define HPUX_GATEWAY_ADDR 0xC0000004 |
797 | #define LINUX_GATEWAY_ADDR 0x100 | 799 | #define LINUX_GATEWAY_ADDR 0x100 |