[PARISC] wire up timerfd syscalls
[firefly-linux-kernel-4.4.55.git] / include / asm-parisc / unistd.h
index 3a1ae2b75f05bbb47e3ee73d4703c29478c4afa6..f74d207c76da45b8a0c699258ebaebbb57442de5 100644 (file)
 #define __NR_mknodat           (__NR_Linux + 277)
 #define __NR_fchownat          (__NR_Linux + 278)
 #define __NR_futimesat         (__NR_Linux + 279)
-#define __NR_newfstatat                (__NR_Linux + 280)
+#define __NR_fstatat64         (__NR_Linux + 280)
 #define __NR_unlinkat          (__NR_Linux + 281)
 #define __NR_renameat          (__NR_Linux + 282)
 #define __NR_linkat            (__NR_Linux + 283)
 #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_kexec_load                (__NR_Linux + 300)
+#define __NR_utimensat         (__NR_Linux + 301)
+#define __NR_signalfd          (__NR_Linux + 302)
+#define __NR_timerfd           (__NR_Linux + 303)
+#define __NR_eventfd           (__NR_Linux + 304)
+#define __NR_fallocate         (__NR_Linux + 305)
+#define __NR_timerfd_create    (__NR_Linux + 306)
+#define __NR_timerfd_settime   (__NR_Linux + 307)
+#define __NR_timerfd_gettime   (__NR_Linux + 308)
+
+#define __NR_Linux_syscalls    (__NR_fallocate + 1)
+
+
+#define __IGNORE_select                /* newselect */
+#define __IGNORE_fadvise64     /* fadvise64_64 */
+#define __IGNORE_utimes                /* utime */
 
-#define __NR_Linux_syscalls     298
 
 #define HPUX_GATEWAY_ADDR       0xC0000004
 #define LINUX_GATEWAY_ADDR      0x100
@@ -955,6 +972,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__ */