glibc/sysdeps/unix/sysv/linux/mips/mips64/n32
Joseph Myers 2d68f6afef Fix MIPS64 posix_fadvise and posix_fadvise64.
Similar to the problems I fixed for posix_fallocate
<http://sourceware.org/ml/libc-ports/2008-12/msg00007.html> and
fallocate <http://sourceware.org/ml/libc-ports/2009-05/msg00031.html>,
MIPS64 posix_advise also needs fixes to use the correct syscall
interfaces.  Although the existing n32 posix_fadvise64 is OK, getting
posix_fadvise from syscalls.list does not work correctly, as this
function is supposed to return an error code instead of storing it in
errno as the generic syscall implementations from syscalls.list do.
2009-12-01 01:27:19 +00:00
..
fallocate64.c fallocate fixes for MIPS n32 and n64. 2009-05-16 17:42:10 +00:00
fallocate.c fallocate fixes for MIPS n32 and n64. 2009-05-16 17:42:10 +00:00
ftruncate64.c 2008-04-02 Aurelien Jarno <aurelien@aurel32.net> 2008-04-02 12:58:39 +00:00
posix_fadvise64.c * sysdeps/unix/sysv/linux/mips/mips32/posix_fadvise.c: New file. 2007-05-23 17:26:13 +00:00
posix_fadvise.c Fix MIPS64 posix_fadvise and posix_fadvise64. 2009-12-01 01:27:19 +00:00
posix_fallocate64.c * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c, 2008-12-19 21:35:57 +00:00
posix_fallocate.c * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c, 2008-12-19 21:35:57 +00:00
syscalls.list Fix MIPS64 posix_fadvise and posix_fadvise64. 2009-12-01 01:27:19 +00:00
sysdep.h Prevent GCC reusing "hi" and "lo" across system calls. 2009-09-25 18:19:03 -04:00
truncate64.c 2008-04-02 Aurelien Jarno <aurelien@aurel32.net> 2008-04-02 12:58:39 +00:00