diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-08-13 11:21:44 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-08-13 11:21:44 (GMT) |
commit | 89df7cadf0d0fb79749ecfc791770d04e400af15 (patch) | |
tree | d129dd0b831b79a57e9b6e5e2b7b2c1d11f381e5 | |
parent | 43b21e9bb68199ebc46ea8e465052328bcb941e4 (diff) | |
download | hdf5-89df7cadf0d0fb79749ecfc791770d04e400af15.zip hdf5-89df7cadf0d0fb79749ecfc791770d04e400af15.tar.gz hdf5-89df7cadf0d0fb79749ecfc791770d04e400af15.tar.bz2 |
spelling
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2bff239..50a2f5e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -356,7 +356,7 @@ Bug Fixes since HDF5-1.8.21 ------- - Explicitly declared dlopen to use RTLD_LOCAL - dlopen documentation states that f neither RTLD_GLOBAL nor + dlopen documentation states that if neither RTLD_GLOBAL nor RTLD_LOCAL are specified, then the default behavior is unspecified. The default on linux is usually RTLD_LOCAL while macos will default to RTLD_GLOBAL. |