glibc/sysdeps/unix/sysv/linux/sh
Jakub Jelinek 34df851b33 Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64.
As reported in http://bugzilla.redhat.com/533063 , preadv/pwritev prototypes
are wrong on 32-bit arches with -D_FILE_OFFSET_BITS=64 and as I've just
found, fallocate is wrong too.
The problem is that only off_t is remapped to the 64-bit type transparently,
__off_t is not.
2009-11-06 09:26:31 -08:00
..
bits Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
sh3
sh4 * sysdeps/sh/sh4/dl-trampoline.S: Only set HAVE_FPU if __SH_FPU_ANY__ 2009-02-05 01:01:39 +00:00
sys 2009-02-26 Andrew Stubbs <ams@codesourcery.com> 2009-02-26 20:23:36 +00:00
Makefile * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define. 2009-02-03 15:06:26 +00:00
Versions Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
brk.c
chown.c
clone.S
fchown.c
fchownat.c
fcntl.c
fxstat.c
fxstatat.c
getegid.c
geteuid.c
getgroups.c
getresgid.c
getresuid.c
getrlimit.c
getrlimit64.c
getuid.c
lchown.c
lockf64.c
lxstat.c
makecontext.S
msgctl.c
pipe.S
pread.c
pread64.c
profil-counter.h
pwrite.c
pwrite64.c
semctl.c
setegid.c
seteuid.c
setfsgid.c
setfsuid.c
setgid.c
setgroups.c
setregid.c
setresgid.c
setresuid.c
setreuid.c
setrlimit.c
setuid.c
shmctl.c
sigcontextinfo.h
socket.S
syscall.S
syscalls.list
sysdep.S
sysdep.h
vfork.S
xstat.c