diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2010-08-06 19:47:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2010-08-06 19:47:42 (GMT) |
commit | b1f07ee3971aadbf5202e96818f1fdd43ac4b3ad (patch) | |
tree | 5dae38c82e7e83ed0c87c5b2248adef088eaf8f6 /src/H5EA.c | |
parent | 36e716eda0317c475bc1be0e4065c3e61f29b451 (diff) | |
download | hdf5-b1f07ee3971aadbf5202e96818f1fdd43ac4b3ad.zip hdf5-b1f07ee3971aadbf5202e96818f1fdd43ac4b3ad.tar.gz hdf5-b1f07ee3971aadbf5202e96818f1fdd43ac4b3ad.tar.bz2 |
[svn-r19188] Bug fix: ID 1917
The STDIO only checked for fseeko and incorrectly assumed it can support file
sizes larger than 32bits. Fixed it by making to use fseeko64 if supported, else
use fseeko. To simplify the code, assume fseeko which is a POSIX function must
be supported. Therefore, fseek is not used at all.
(Note: the above applies to Unix-like system. The Windows platform has
hardcoding using Windows functions which are NOT POSIX compliant.)
Tested: h5committested. Also tested in BP (AIX) 32/64 and enable/disable-largefile.
Diffstat (limited to 'src/H5EA.c')
0 files changed, 0 insertions, 0 deletions