projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a83311
)
Blackfin: define __NR_recvmmsg
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 15 Dec 2009 09:07:32 +0000
(
04:07
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 15 Dec 2009 09:07:32 +0000
(
04:07
-0500)
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>
arch/blackfin/include/asm/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/include/asm/unistd.h
b/arch/blackfin/include/asm/unistd.h
index 779be02a910a8d9e730586eae8ec3b5488242079..22886cbdae7aa2b7c615bd800259600bc1148bf6 100644
(file)
--- a/
arch/blackfin/include/asm/unistd.h
+++ b/
arch/blackfin/include/asm/unistd.h
@@
-388,8
+388,9
@@
#define __NR_pwritev 367
#define __NR_rt_tgsigqueueinfo 368
#define __NR_perf_event_open 369
+#define __NR_recvmmsg 370
-#define __NR_syscall 37
0
+#define __NR_syscall 37
1
#define NR_syscalls __NR_syscall
/* Old optional stuff no one actually uses */