OSDN Git Service

linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT
authorMike Frysinger <vapier@gentoo.org>
Mon, 1 Apr 2013 09:29:23 +0000 (05:29 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 1 Apr 2013 09:58:03 +0000 (05:58 -0400)
commitee84b8b40004c970ab0ac660cb04f12cc2748e84
tree9b0268bea1fefcb8d3c6d466036fa1f0b498c460
parent6f3f843335004fa71719a474f2a7c4916bd949dc
linux: posix_fadvise: use new SYSCALL_ALIGN_64BIT

Now that we have a new SYSCALL_ALIGN_64BIT define for tracking the
64bit register shift behavior, use it.  This allows us to delete
duplicated arm/xtensa files, as well as drop a few arch ifdefs from
common code.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/arm/posix_fadvise.c [deleted file]
libc/sysdeps/linux/common/posix_fadvise.c
libc/sysdeps/linux/common/posix_fadvise64.c
libc/sysdeps/linux/xtensa/Makefile.arch
libc/sysdeps/linux/xtensa/posix_fadvise.c [deleted file]