diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-11-06 09:26:31 -0800 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-11-13 15:09:12 +0100 |
commit | 710cfbb02e47ad5d2fafb0403b1d2cadb91ac35d (patch) | |
tree | a53be33dd05315c3bb49b7a9a32983b4a23ddd26 /csu | |
parent | 44dbdf3777dae622641840855ca22888beb8115c (diff) | |
download | glibc-710cfbb02e47ad5d2fafb0403b1d2cadb91ac35d.tar.gz |
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.
(cherry picked from commit 34df851b3364e14133b865574dbc5f2a8b88874e)
Diffstat (limited to 'csu')
0 files changed, 0 insertions, 0 deletions