Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9393e1dc authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

x86_64: new syscall



Add epoll_pwait()

(akpm: stolen from Andi's queue, because I want to send the signalfd patches
which also add syscalls.  Not sure what the __IGNORE_getcpu is for).

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 32993b79
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -621,6 +621,9 @@ __SYSCALL(__NR_vmsplice, sys_vmsplice)
__SYSCALL(__NR_move_pages, sys_move_pages)
#define __NR_utimensat		280
__SYSCALL(__NR_utimensat, sys_utimensat)
#define __IGNORE_getcpu		/* implemented as a vsyscall */
#define __NR_epoll_pwait	281
__SYSCALL(__NR_epoll_pwait, sys_epoll_pwait)

#ifndef __NO_STUBS
#define __ARCH_WANT_OLD_READDIR