|
@@ -624,6 +624,8 @@ __SYSCALL(__NR_utimensat, sys_utimensat)
|
|
#define __IGNORE_getcpu /* implemented as a vsyscall */
|
|
#define __IGNORE_getcpu /* implemented as a vsyscall */
|
|
#define __NR_epoll_pwait 281
|
|
#define __NR_epoll_pwait 281
|
|
__SYSCALL(__NR_epoll_pwait, sys_epoll_pwait)
|
|
__SYSCALL(__NR_epoll_pwait, sys_epoll_pwait)
|
|
|
|
+#define __NR_signalfd 282
|
|
|
|
+__SYSCALL(__NR_signalfd, sys_signalfd)
|
|
|
|
|
|
#ifndef __NO_STUBS
|
|
#ifndef __NO_STUBS
|
|
#define __ARCH_WANT_OLD_READDIR
|
|
#define __ARCH_WANT_OLD_READDIR
|