From: Russell King Date: Thu, 7 Jan 2010 17:52:26 +0000 (+0000) Subject: ARM: add missing recvmmsg syscall number X-Git-Tag: v2.6.33-rc4~7^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8784895ede9a39cfecf76fe26b090a602877f70f;p=profile%2Fcommon%2Fkernel-common.git ARM: add missing recvmmsg syscall number Signed-off-by: Russell King --- diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h index 4e506d0..cf9cdaa 100644 --- a/arch/arm/include/asm/unistd.h +++ b/arch/arm/include/asm/unistd.h @@ -391,6 +391,7 @@ #define __NR_pwritev (__NR_SYSCALL_BASE+362) #define __NR_rt_tgsigqueueinfo (__NR_SYSCALL_BASE+363) #define __NR_perf_event_open (__NR_SYSCALL_BASE+364) +#define __NR_recvmmsg (__NR_SYSCALL_BASE+365) /* * The following SWIs are ARM private.