Commit 09115cd4 authored by David S. Miller's avatar David S. Miller

sparc: Add missing __NR_recvmmsg define.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 766e9037
......@@ -396,8 +396,9 @@
#define __NR_pwritev 325
#define __NR_rt_tgsigqueueinfo 326
#define __NR_perf_event_open 327
#define __NR_recvmmsg 328
#define NR_SYSCALLS 328
#define NR_SYSCALLS 329
#ifdef __32bit_syscall_numbers__
/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment