ppc64: actually add sys_splice() to the system call table
(We'd only added the number, which meant that actually trying to use splice just went off into la-la-land) Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
683aa4012f
commit
b45e516f70
1 changed files with 1 additions and 0 deletions
|
@ -322,3 +322,4 @@ SYSCALL(spu_create)
|
||||||
COMPAT_SYS(pselect6)
|
COMPAT_SYS(pselect6)
|
||||||
COMPAT_SYS(ppoll)
|
COMPAT_SYS(ppoll)
|
||||||
SYSCALL(unshare)
|
SYSCALL(unshare)
|
||||||
|
SYSCALL(splice)
|
||||||
|
|
Loading…
Add table
Reference in a new issue