[PATCH] Add pselect/ppoll system calls on i386
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 19 Jan 2006 01:44:06 +0000 (17:44 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:30 +0000 (19:20 -0800)
Add the sys_pselect6() and sys_poll() calls to the i386 syscall table.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/syscall_table.S
include/asm-i386/unistd.h

index a988b40..1b66592 100644 (file)
@@ -307,3 +307,5 @@ ENTRY(sys_call_table)
        .long sys_readlinkat            /* 305 */
        .long sys_fchmodat
        .long sys_faccessat
+       .long sys_pselect6
+       .long sys_ppoll
index 3400441..597496e 100644 (file)
 #define __NR_readlinkat                305
 #define __NR_fchmodat          306
 #define __NR_faccessat         307
+#define __NR_pselect6          308
+#define __NR_ppoll             309
 
-#define NR_syscalls 308
+#define NR_syscalls 310
 
 /*
  * user-visible error numbers are in the range -1 - -128: see