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
..
2004-12-29 09:17:26 +00:00
2006-02-12 21:41:44 +00:00
2006-01-08 09:39:29 +00:00
2009-06-16 15:58:07 -07:00
2004-11-12 01:27:04 +00:00
2005-09-17 23:37:14 +00:00