summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2012-04-20 20:06:39 (GMT)
committerJason Evans <jasone@canonware.com>2012-04-20 20:06:39 (GMT)
commit7d20fbc44a28209e8b70e2d8efe12254962c6fd6 (patch)
treea363f62ad58cfbfea309e71ab6926e00920b43c7 /include
parentf7088e6c992d079bc3162e0c48ed4dc5def6d263 (diff)
downloadjemalloc-7d20fbc44a28209e8b70e2d8efe12254962c6fd6.zip
jemalloc-7d20fbc44a28209e8b70e2d8efe12254962c6fd6.tar.gz
jemalloc-7d20fbc44a28209e8b70e2d8efe12254962c6fd6.tar.bz2
Don't mangle pthread_create().
Don't mangle pthread_create(); it's an exported symbol when defined.
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/private_namespace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jemalloc/internal/private_namespace.h b/include/jemalloc/internal/private_namespace.h
index b1e8330..547ead9 100644
--- a/include/jemalloc/internal/private_namespace.h
+++ b/include/jemalloc/internal/private_namespace.h
@@ -221,7 +221,6 @@
#define prof_tdata_tsd_cleanup_wrapper JEMALLOC_N(prof_tdata_tsd_cleanup_wrapper)
#define prof_tdata_tsd_get JEMALLOC_N(prof_tdata_tsd_get)
#define prof_tdata_tsd_set JEMALLOC_N(prof_tdata_tsd_set)
-#define pthread_create JEMALLOC_N(pthread_create)
#define quarantine JEMALLOC_N(quarantine)
#define quarantine_boot JEMALLOC_N(quarantine_boot)
#define quarantine_tsd_boot JEMALLOC_N(quarantine_tsd_boot)