From: Arnd Bergmann Date: Tue, 12 May 2009 20:19:37 +0000 (-0700) Subject: syscalls.h add the missing sys_pipe2 declaration X-Git-Tag: linux-omap-v2.6.30-rc6~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf4667d30dd63fa130e22f8f2da3e6ce003358b;p=pandora-kernel.git syscalls.h add the missing sys_pipe2 declaration In order to build the generic syscall table, we need a declaration for every system call. sys_pipe2 was added without a proper declaration, so add this to syscalls.h now. Signed-off-by: Arnd Bergmann Cc: Ulrich Drepper Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed