1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-23 15:01:03 +03:00
Files
glibc/sysdeps/unix/sysv/linux/sparc
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
..
2009-10-14 14:57:16 +02:00
2009-10-14 14:57:16 +02:00
2003-07-25 09:06:04 +00:00
2003-06-25 08:19:44 +00:00
2002-12-31 20:46:11 +00:00
2003-09-03 02:58:30 +00:00
2003-08-31 17:24:25 +00:00
2002-12-31 20:46:11 +00:00