mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r4646] Purpose:
Bug fix Description: Fix typo which caused thread-safe tests to fail over the weekend. Platforms tested: IRIX64 6.5 (modi4) with thread-safe code enabled.
This commit is contained in:
parent
233ef182ac
commit
7c0c461e41
@ -1030,7 +1030,7 @@ extern hbool_t H5_libinit_g; /* Has the library been initialized? */
|
||||
PABLO_TRACE_ON (PABLO_MASK, pablo_func_id); \
|
||||
\
|
||||
/* Initialize the library */ \
|
||||
H5_FIRST_THREAD_INIT \
|
||||
H5_FIRST_THREAD_INIT; \
|
||||
H5_API_UNSET_CANCEL \
|
||||
H5_API_LOCK_BEGIN \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user