glibc/misc/sys
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
..
cdefs.h * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__ 2009-03-02 15:56:03 +00:00
dir.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
file.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ioctl.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mman.h [BZ #3189] 2006-09-09 16:22:01 +00:00
queue.h [BZ #5779] 2008-03-05 05:50:39 +00:00
select.h Fix warnings when using <sys/select.h>. 2009-06-14 16:09:42 -07:00
syslog.h * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. 2007-09-15 02:38:04 +00:00
uio.h Fix preadv, pwritev and fallocate for -D_FILE_OFFSET_BITS=64. 2009-11-06 09:26:31 -08:00
ustat.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xattr.h Include <sys/types.h> instead of <stddef.h> since ssize_t is needed as well. Replace const with __const. 2002-08-23 21:34:01 +00:00