diff options
author | Tony Breeds <tony@bakeyournoodle.com> | 2008-07-25 16:21:51 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-25 16:40:55 +1000 |
commit | 973b7d83ebeb1e34b8bee69208916e5f0e2353c3 (patch) | |
tree | df862362c27668798e85dd6c15868a79b3dfa489 /include/asm-powerpc/syscalls.h | |
parent | 1e3519f8e1baec0b733cd42684fcd3d9681662f1 (diff) | |
download | lwn-973b7d83ebeb1e34b8bee69208916e5f0e2353c3.tar.gz lwn-973b7d83ebeb1e34b8bee69208916e5f0e2353c3.zip |
powerpc: Wireup new syscalls
signalfd4, eventfd2, epoll_create1, dup3, pipe2 and inotify_init1
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include/asm-powerpc/syscalls.h')
-rw-r--r-- | include/asm-powerpc/syscalls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/syscalls.h b/include/asm-powerpc/syscalls.h index 2b8a458f990a..eb8eb400c664 100644 --- a/include/asm-powerpc/syscalls.h +++ b/include/asm-powerpc/syscalls.h @@ -31,6 +31,7 @@ asmlinkage int sys_vfork(unsigned long p1, unsigned long p2, unsigned long p3, unsigned long p4, unsigned long p5, unsigned long p6, struct pt_regs *regs); asmlinkage long sys_pipe(int __user *fildes); +asmlinkage long sys_pipe2(int __user *fildes, int flags); asmlinkage long sys_rt_sigaction(int sig, const struct sigaction __user *act, struct sigaction __user *oact, size_t sigsetsize); |