linux/arch/xtensa/include/uapi/asm
Max Filippov 01e84c70fe xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range
xtensa actually uses sync_file_range2 implementation, so it should
define __NR_sync_file_range2 as other architectures that use that
function. That fixes userspace interface (that apparently never worked)
and avoids special-casing xtensa in libc implementations.
See the thread ending at
http://lists.busybox.net/pipermail/uclibc/2015-February/048833.html
for more details.

Cc: stable@vger.kernel.org
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2015-03-04 12:07:05 +03:00
..
auxvec.h
byteorder.h
ioctls.h
ipcbuf.h
Kbuild
mman.h
msgbuf.h
param.h
poll.h
posix_types.h
ptrace.h
sembuf.h
setup.h
shmbuf.h
sigcontext.h
signal.h
socket.h
sockios.h
stat.h
swab.h
termbits.h
types.h
unistd.h xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_range 2015-03-04 12:07:05 +03:00