Skip to content

Commit

Permalink
Mention filesystem requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jan 26, 2024
1 parent 0394793 commit d427ded
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/H5Fpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,11 @@ H5_DLL herr_t H5Fget_intent(hid_t file_id, unsigned *intent);
* number.
*
* This file number is the same for all open instances of the same
* file. If the active VFD does not enforce this, then it is the
* application's responsibility to avoid opening multiple handles into the
* same file, which results in undefined behavior.
* file, as long as 1. The active VFD implements the file comparison operator,
* and 2. The current filesystem is able to determine if the same file is opened more
* than once. If these conditions are not met, it is the application's
* responsibility to avoid opening multiple handles into the same file,
* which results in undefined behavior.
*
* \since 1.12.0
*
Expand Down

0 comments on commit d427ded

Please sign in to comment.