]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-ia64/unistd.h
Consolidate of_get_parent
[karo-tx-linux.git] / include / asm-ia64 / unistd.h
index 861c8ec87b095374c942b593ba91b3108d86c79a..441c9e0017762b0133c8a2e017e62596b2b8e11a 100644 (file)
 #define __NR_vmsplice                  1302
 /* 1303 reserved for move_pages */
 #define __NR_getcpu                    1304
+#define __NR_epoll_pwait               1305
+#define __NR_utimensat                 1306
+#define __NR_signalfd                  1307
+#define __NR_timerfd                   1308
+#define __NR_eventfd                   1309
 
 #ifdef __KERNEL__
 
 
-#define NR_syscalls                    281 /* length of syscall table */
+#define NR_syscalls                    286 /* length of syscall table */
+
+/*
+ * The following defines stop scripts/checksyscalls.sh from complaining about
+ * unimplemented system calls.  Glibc provides for each of these by using
+ * more modern equivalent system calls.
+ */
+#define __IGNORE_fork          /* clone() */
+#define __IGNORE_time          /* gettimeofday() */
+#define __IGNORE_alarm         /* setitimer(ITIMER_REAL, ... */
+#define __IGNORE_pause         /* rt_sigprocmask(), rt_sigsuspend() */
+#define __IGNORE_utime         /* utimes() */
+#define __IGNORE_getpgrp       /* getpgid() */
+#define __IGNORE_vfork         /* clone() */
 
 #define __ARCH_WANT_SYS_RT_SIGACTION
 #define __ARCH_WANT_SYS_RT_SIGSUSPEND