public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] asm-generic/unistd.h: support sendmmsg syscall
@ 2011-06-02 18:21 Chris Metcalf
  2011-06-02 18:30 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Metcalf @ 2011-06-02 18:21 UTC (permalink / raw)
  To: Arnd Bergmann, linux-arch, linux-kernel

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
---
I'll ask Linus to pull this for 3.0.

 include/asm-generic/unistd.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/include/asm-generic/unistd.h b/include/asm-generic/unistd.h
index ae90e0f..4f76959 100644
--- a/include/asm-generic/unistd.h
+++ b/include/asm-generic/unistd.h
@@ -683,9 +683,11 @@ __SC_COMP(__NR_clock_adjtime, sys_clock_adjtime, compat_sys_clock_adjtime)
 __SYSCALL(__NR_syncfs, sys_syncfs)
 #define __NR_setns 268
 __SYSCALL(__NR_setns, sys_setns)
+#define __NR_sendmmsg 269
+__SC_COMP(__NR_sendmmsg, sys_sendmmsg, compat_sys_sendmmsg)
 
 #undef __NR_syscalls
-#define __NR_syscalls 269
+#define __NR_syscalls 270
 
 /*
  * All syscalls below here should go away really,
-- 
1.6.5.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] asm-generic/unistd.h: support sendmmsg syscall
  2011-06-02 18:21 [PATCH] asm-generic/unistd.h: support sendmmsg syscall Chris Metcalf
@ 2011-06-02 18:30 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2011-06-02 18:30 UTC (permalink / raw)
  To: Chris Metcalf; +Cc: linux-arch, linux-kernel

On Thursday 02 June 2011 20:21:45 Chris Metcalf wrote:
> 
> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

Acked-by: Arnd Bergmann <arnd@arndb.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-02 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 18:21 [PATCH] asm-generic/unistd.h: support sendmmsg syscall Chris Metcalf
2011-06-02 18:30 ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox