sync_file_range: fix standard UCLIBC_SYSCALL_ALIGN_64BIT handling
commitcd03281d3c2c168f32e42783ee78995772a1763a
authorVineet Gupta <vgupta@synopsys.com>
Thu, 19 Feb 2015 13:44:02 +0000 (19 19:14 +0530)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 20 Feb 2015 10:35:33 +0000 (20 11:35 +0100)
tree38cb22a9d490ace1888df78523f1dfe99b351e95
parent2a2b1d2a3e97b4353eec5a40c0de4b932340b3fc
sync_file_range: fix standard UCLIBC_SYSCALL_ALIGN_64BIT handling

Currently UCLIBC_SYSCALL_ALIGN_64BIT is not explicitly handled. Fix that
and make sure the special handling is done for powerpc/xtensa which use
UCLIBC_SYSCALL_ALIGN_64BIT but don't use hole punched syscall handler in
kernel.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Baruch Siach <baruch@tkos.co.il>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/common/sync_file_range.c