commit | ecf4667d30dd63fa130e22f8f2da3e6ce003358b | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue May 12 13:19:37 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 12 14:11:35 2009 -0700 |
tree | 1ad1603bd191bf1c128f650c2e2be6555fa4feac | |
parent | 7348d82a67b3fe0363e7f0679b50ecbdc65116c7 [diff] |
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 <arnd@arndb.de> Cc: Ulrich Drepper <drepper@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>