mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 23:20:05 +00:00
parisc: add new syscalls
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:
parent
089d55289d
commit
0be7d1fe43
@ -801,8 +801,14 @@
|
||||
#define __NR_timerfd_create (__NR_Linux + 306)
|
||||
#define __NR_timerfd_settime (__NR_Linux + 307)
|
||||
#define __NR_timerfd_gettime (__NR_Linux + 308)
|
||||
#define __NR_signalfd4 (__NR_Linux + 309)
|
||||
#define __NR_eventfd2 (__NR_Linux + 310)
|
||||
#define __NR_epoll_create1 (__NR_Linux + 311)
|
||||
#define __NR_dup3 (__NR_Linux + 312)
|
||||
#define __NR_pipe2 (__NR_Linux + 313)
|
||||
#define __NR_inotify_init1 (__NR_Linux + 314)
|
||||
|
||||
#define __NR_Linux_syscalls (__NR_timerfd_gettime + 1)
|
||||
#define __NR_Linux_syscalls (__NR_inotify_init1 + 1)
|
||||
|
||||
|
||||
#define __IGNORE_select /* newselect */
|
||||
|
@ -407,6 +407,12 @@
|
||||
ENTRY_SAME(timerfd_create)
|
||||
ENTRY_COMP(timerfd_settime)
|
||||
ENTRY_COMP(timerfd_gettime)
|
||||
ENTRY_COMP(signalfd4)
|
||||
ENTRY_SAME(eventfd2) /* 310 */
|
||||
ENTRY_SAME(epoll_create1)
|
||||
ENTRY_SAME(dup3)
|
||||
ENTRY_SAME(pipe2)
|
||||
ENTRY_SAME(inotify_init1)
|
||||
|
||||
/* Nothing yet */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user