diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2008-08-09 14:38:18 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@hera.kernel.org> | 2008-10-10 12:32:30 -0400 |
commit | 0be7d1fe4361bb9f2ebbd6fa394687cbe4bea950 (patch) | |
tree | 2437a775929ac6a96f3656e4c53b62c48f9456ef /arch/parisc/include/asm | |
parent | 089d55289db5d58d938d73b47a415b2b82ee19ac (diff) |
parisc: add new syscalls
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/include/asm')
-rw-r--r-- | arch/parisc/include/asm/unistd.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index a7d857f0e4f4..ef26b009dc5d 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h | |||
@@ -801,8 +801,14 @@ | |||
801 | #define __NR_timerfd_create (__NR_Linux + 306) | 801 | #define __NR_timerfd_create (__NR_Linux + 306) |
802 | #define __NR_timerfd_settime (__NR_Linux + 307) | 802 | #define __NR_timerfd_settime (__NR_Linux + 307) |
803 | #define __NR_timerfd_gettime (__NR_Linux + 308) | 803 | #define __NR_timerfd_gettime (__NR_Linux + 308) |
804 | 804 | #define __NR_signalfd4 (__NR_Linux + 309) | |
805 | #define __NR_Linux_syscalls (__NR_timerfd_gettime + 1) | 805 | #define __NR_eventfd2 (__NR_Linux + 310) |
806 | #define __NR_epoll_create1 (__NR_Linux + 311) | ||
807 | #define __NR_dup3 (__NR_Linux + 312) | ||
808 | #define __NR_pipe2 (__NR_Linux + 313) | ||
809 | #define __NR_inotify_init1 (__NR_Linux + 314) | ||
810 | |||
811 | #define __NR_Linux_syscalls (__NR_inotify_init1 + 1) | ||
806 | 812 | ||
807 | 813 | ||
808 | #define __IGNORE_select /* newselect */ | 814 | #define __IGNORE_select /* newselect */ |