alpha: wire up sendmmsg syscall
[deliverable/linux.git] / arch / alpha / include / asm / unistd.h
index b1834166922dbb8260eb4457cf2c77a8c4616e59..2207fc61665d0526a03940d26d3c282240af58d6 100644 (file)
 #define __NR_open_by_handle_at         498
 #define __NR_clock_adjtime             499
 #define __NR_syncfs                    500
+#define __NR_setns                     501
+#define __NR_accept4                   502
+#define __NR_sendmmsg                  503
 
 #ifdef __KERNEL__
 
-#define NR_SYSCALLS                    501
+#define NR_SYSCALLS                    504
 
 #define __ARCH_WANT_IPC_PARSE_VERSION
 #define __ARCH_WANT_OLD_READDIR
This page took 0.024782 seconds and 5 git commands to generate.