summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-08-06 19:47:42 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-08-06 19:47:42 (GMT)
commitb1f07ee3971aadbf5202e96818f1fdd43ac4b3ad (patch)
tree5dae38c82e7e83ed0c87c5b2248adef088eaf8f6 /src/H5T.c
parent36e716eda0317c475bc1be0e4065c3e61f29b451 (diff)
downloadhdf5-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/H5T.c')
0 files changed, 0 insertions, 0 deletions