Commit f2205fbb authored by Patrick Mansfield's avatar Patrick Mansfield Committed by Paul Mackerras

[POWERPC] Change fallocate to match unistd.h on powerpc

Fix the fallocate system call on powerpc to match its unistd.h.

This implies none of these system calls are currently working with the
unistd.h sys call values:
	fallocate
	signalfd
	timerfd
	eventfd
	sync_file_range2
Signed-off-by: default avatarPatrick Mansfield <patmans@us.ibm.com>
Acked-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent b37ceefe
...@@ -308,8 +308,8 @@ COMPAT_SYS_SPU(move_pages) ...@@ -308,8 +308,8 @@ COMPAT_SYS_SPU(move_pages)
SYSCALL_SPU(getcpu) SYSCALL_SPU(getcpu)
COMPAT_SYS(epoll_pwait) COMPAT_SYS(epoll_pwait)
COMPAT_SYS_SPU(utimensat) COMPAT_SYS_SPU(utimensat)
COMPAT_SYS(fallocate)
COMPAT_SYS_SPU(signalfd) COMPAT_SYS_SPU(signalfd)
COMPAT_SYS_SPU(timerfd) COMPAT_SYS_SPU(timerfd)
SYSCALL_SPU(eventfd) SYSCALL_SPU(eventfd)
COMPAT_SYS_SPU(sync_file_range2) COMPAT_SYS_SPU(sync_file_range2)
COMPAT_SYS(fallocate)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment