summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-06 01:31:59 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-11 15:21:59 (GMT)
commit8aa74137dd79f07ac2fecafbd7dbcc8e1b537af2 (patch)
tree34b50c25f0ff3f6eb603939e6d23c91073fbe6be /src/H5private.h
parenta7dd25be55a2f0e2e528cc9b1e320b0293821425 (diff)
downloadhdf5-8aa74137dd79f07ac2fecafbd7dbcc8e1b537af2.zip
hdf5-8aa74137dd79f07ac2fecafbd7dbcc8e1b537af2.tar.gz
hdf5-8aa74137dd79f07ac2fecafbd7dbcc8e1b537af2.tar.bz2
Use a naked pthread_self() call in the HDF5 thread wrappers.
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5private.h b/src/H5private.h
index e7626ac..ff5e195 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1567,10 +1567,6 @@ extern char *strdup(const char *s);
#define HDstrdup(S) strdup(S)
#endif /* HDstrdup */
-#ifndef HDpthread_self
- #define HDpthread_self() pthread_self()
-#endif /* HDpthread_self */
-
/* Macro for "stringizing" an integer in the C preprocessor (use H5_TOSTRING) */
/* (use H5_TOSTRING, H5_STRINGIZE is just part of the implementation) */
#define H5_STRINGIZE(x) #x