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. |
||
|---|---|---|
| .. | ||
| cdefs.h | ||
| dir.h | ||
| file.h | ||
| ioctl.h | ||
| mman.h | ||
| queue.h | ||
| select.h | ||
| syslog.h | ||
| uio.h | ||
| ustat.h | ||
| xattr.h | ||