Skip to content

Commit

Permalink
Improve entry in RELEASE.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Nov 7, 2024
1 parent c842d0c commit 9d82169
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ New Features
developers who wish to provide an ID for their driver should create
a routine specific to their individual implementation.

- H5P(set|get)_external() now uses haddr_t, which is always a 64-bit type
- H5P(set|get)_external() now use haddr_t, which is always a 64-bit type

The H5Pset_external() call took an off_t parameter in HDF5 1.14.x and
earlier. On POSIX systems, off_t is specified as a 64-bit type via
POSIX large-file support (LFS). On Windows, however, off_t is defined
as a 32-bit type, even on 64-bit Windows.
These calls took an off_t parameter in HDF5 1.14.x and earlier. On POSIX
systems, off_t is specified as a 64-bit type via POSIX large-file support
(LFS). On Windows, however, off_t is defined as a 32-bit type, even on
64-bit Windows, which limited external files to 2 GiB.

There is no API compatibility wrapper for this change.

Expand Down

0 comments on commit 9d82169

Please sign in to comment.