diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-23 03:13:27 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2003-07-23 03:13:27 (GMT) |
commit | 4b0fa0dbf06a93c7cb7c62a374019543ffa70fe6 (patch) | |
tree | 308f7e073432340fa18ab5faa4a8e234170284e7 /src/H5TSprivate.h | |
parent | 49e9863714840caa2e60d8caa12c6144b5b182f9 (diff) | |
download | hdf5-4b0fa0dbf06a93c7cb7c62a374019543ffa70fe6.zip hdf5-4b0fa0dbf06a93c7cb7c62a374019543ffa70fe6.tar.gz hdf5-4b0fa0dbf06a93c7cb7c62a374019543ffa70fe6.tar.bz2 |
[svn-r7256] Purpose: gradual checkin for error api
Platforms tested: RH 8(simple checkin)
Diffstat (limited to 'src/H5TSprivate.h')
-rw-r--r-- | src/H5TSprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5TSprivate.h b/src/H5TSprivate.h index f79e666..8701a16 100644 --- a/src/H5TSprivate.h +++ b/src/H5TSprivate.h @@ -44,6 +44,9 @@ typedef struct H5TS_mutex_struct { /* Extern global variables */ extern pthread_once_t H5TS_first_init_g; extern pthread_key_t H5TS_errstk_key_g; +#ifndef NEW_ERR +extern pthread_key_t H5TS_errstk_key_g_new; +#endif extern pthread_key_t H5TS_funcstk_key_g; #if defined c_plusplus || defined __cplusplus |