瀏覽代碼

Blackfin: define __NR_recvmmsg

Commit a2e2725541f added recvmmsg to a bunch of arches (including the
Blackfin entry.S), but didn't actually add the new __NR_ define for it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 16 年之前
父節點
當前提交
5540a44e3e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      arch/blackfin/include/asm/unistd.h

+ 2 - 1
arch/blackfin/include/asm/unistd.h

@@ -388,8 +388,9 @@
 #define __NR_pwritev		367
 #define __NR_pwritev		367
 #define __NR_rt_tgsigqueueinfo	368
 #define __NR_rt_tgsigqueueinfo	368
 #define __NR_perf_event_open	369
 #define __NR_perf_event_open	369
+#define __NR_recvmmsg		370
 
 
-#define __NR_syscall		370
+#define __NR_syscall		371
 #define NR_syscalls		__NR_syscall
 #define NR_syscalls		__NR_syscall
 
 
 /* Old optional stuff no one actually uses */
 /* Old optional stuff no one actually uses */