There is a bug in the CKRM CPU scheduler. This has been reported to the
[linux-2.6.git] / include / asm-m68k / unistd.h
index 0bf2789..f842fcd 100644 (file)
 #define __NR_fremovexattr      234
 #define __NR_futex             235
 
-#define NR_syscalls            236
+#define __NR_vserver           273
+
+#define NR_syscalls            274
 
 /* user-visible error numbers are in the range -1 - -124: see
    <asm-m68k/errno.h> */
@@ -359,6 +361,7 @@ __syscall_return(type,__res); \
 #define __ARCH_WANT_SYS_OLDUMOUNT
 #define __ARCH_WANT_SYS_SIGPENDING
 #define __ARCH_WANT_SYS_SIGPROCMASK
+#define __ARCH_WANT_SYS_RT_SIGACTION
 #endif
 
 #ifdef __KERNEL_SYSCALLS__