ns: Wire up the setns system call
[linux-2.6-block.git] / arch / cris / include / asm / unistd.h
index f6fad83b3a8c58c9bc0f88f8c60575783394db28..f921b8b0f97e6699cca03f3cd90af305dc647508 100644 (file)
 #define __NR_inotify_init1     332
 #define __NR_preadv            333
 #define __NR_pwritev           334
+#define __NR_setns             335
 
 #ifdef __KERNEL__
 
-#define NR_syscalls 335
+#define NR_syscalls 336
 
 #include <arch/unistd.h>