Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: add missing recvmmsg syscall number

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

+1
+1
arch/arm/include/asm/unistd.h
··· 391 391 #define __NR_pwritev (__NR_SYSCALL_BASE+362) 392 392 #define __NR_rt_tgsigqueueinfo (__NR_SYSCALL_BASE+363) 393 393 #define __NR_perf_event_open (__NR_SYSCALL_BASE+364) 394 + #define __NR_recvmmsg (__NR_SYSCALL_BASE+365) 394 395 395 396 /* 396 397 * The following SWIs are ARM private.