glibc/sysdeps/unix/sysv/linux/x86_64/bits
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
..
a.out.h Update. 2003-07-25 09:06:04 +00:00
environments.h [BZ #7095] 2009-02-07 08:19:29 +00:00
fcntl.h Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
libc-vdso.h * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL_ERROR_P): 2007-12-14 23:38:23 +00:00
mman.h * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK. 2008-08-15 22:35:53 +00:00
msq.h Update. 2002-03-04 13:40:44 +00:00
sem.h Update. 2002-03-04 13:40:44 +00:00
shm.h (SHM_EXEC): Define. 2009-01-30 20:33:15 +00:00
sigcontext.h * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h 2006-01-20 19:37:46 +00:00
stat.h * include/features.h: Define macros for XPG7/POSIX 2008. 2009-02-26 01:43:53 +00:00