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-02-06 01:31:59 (GMT)
commit224cb4a03406ed72e02d026efeab47fdf7f6b33b (patch)
treec394cf8bf17037013c620232c801cc88c5d5d0a1 /src/H5private.h
parent80179b0648f1f8f538023deb0a1b405408b5b59a (diff)
downloadhdf5-224cb4a03406ed72e02d026efeab47fdf7f6b33b.zip
hdf5-224cb4a03406ed72e02d026efeab47fdf7f6b33b.tar.gz
hdf5-224cb4a03406ed72e02d026efeab47fdf7f6b33b.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 f0f3687..f090203 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1545,10 +1545,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