From 7d20fbc44a28209e8b70e2d8efe12254962c6fd6 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Fri, 20 Apr 2012 13:06:39 -0700 Subject: [PATCH] Don't mangle pthread_create(). Don't mangle pthread_create(); it's an exported symbol when defined. --- include/jemalloc/internal/private_namespace.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/jemalloc/internal/private_namespace.h b/include/jemalloc/internal/private_namespace.h index b1e8330e..547ead99 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)