vserver 2.0 rc7
[linux-2.6.git] / include / asm-alpha / unistd.h
index 947e5a4..535bc42 100644 (file)
 #define __NR_mq_notify                 436
 #define __NR_mq_getsetattr             437
 #define __NR_waitid                    438
+#define __NR_add_key                   439
+#define __NR_request_key               440
+#define __NR_keyctl                    441
 
-#define NR_SYSCALLS                    439
+#define NR_SYSCALLS                    442
 
 #if defined(__GNUC__)
 
@@ -651,6 +654,6 @@ asmlinkage long sys_rt_sigaction(int sig,
    have declarations.  If we use no prototype, then we get warnings from
    -Wstrict-prototypes.  Ho hum.  */
 
-#define cond_syscall(x)  asm(".weak\t" #x "\n" #x " = sys_ni_syscall");
+#define cond_syscall(x)  asm(".weak\t" #x "\n" #x " = sys_ni_syscall")
 
 #endif /* _ALPHA_UNISTD_H */