mirror of git://sourceware.org/git/glibc.git
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. |
||
|---|---|---|
| .. | ||
| elfclass.h | ||
| environments.h | ||
| fcntl.h | ||
| ipc.h | ||
| libc-vdso.h | ||
| mman.h | ||
| msq.h | ||
| sem.h | ||
| shm.h | ||
| sigaction.h | ||
| siginfo.h | ||
| stat.h | ||
| statfs.h | ||
| typesizes.h | ||
| utmp.h | ||
| utmpx.h | ||