mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Fix isthreaded-related build breakage.
This commit is contained in:
parent
918d6e20b7
commit
bedceea2a8
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ struct malloc_mutex_s {
|
|||
#ifdef JEMALLOC_LAZY_LOCK
|
||||
extern bool isthreaded;
|
||||
#else
|
||||
# undef isthreaded /* Undo private_namespace.h definition. */
|
||||
# define isthreaded true
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue