projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
766e903
)
sparc: Add missing __NR_recvmmsg define.
author
David S. Miller
<davem@davemloft.net>
Thu, 15 Oct 2009 04:32:43 +0000
(21:32 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 15 Oct 2009 04:32:43 +0000
(21:32 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/include/asm/unistd.h
b/arch/sparc/include/asm/unistd.h
index 42f2316c3eaa435947034aee051b89b683f553d2..d8d25bd9712126b5553b24614c0b3a64fbdae811 100644
(file)
--- a/
arch/sparc/include/asm/unistd.h
+++ b/
arch/sparc/include/asm/unistd.h
@@
-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 32
8
+#define NR_SYSCALLS 32
9
#ifdef __32bit_syscall_numbers__
/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,