mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
34df851b33
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. |
||
---|---|---|
.. | ||
a.out.h | ||
environments.h | ||
errno.h | ||
fcntl.h | ||
ioctls.h | ||
ipc.h | ||
mman.h | ||
msq.h | ||
poll.h | ||
resource.h | ||
sem.h | ||
setjmp.h | ||
shm.h | ||
sigaction.h | ||
sigcontext.h | ||
siginfo.h | ||
signum.h | ||
sigstack.h | ||
socket.h | ||
stat.h | ||
termios.h | ||
typesizes.h | ||
wordsize.h |