mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-21 02:12:15 +03:00
Don't mangle pthread_create().
Don't mangle pthread_create(); it's an exported symbol when defined.
This commit is contained in:
parent
f7088e6c99
commit
7d20fbc44a
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue