Fix isthreaded-related build breakage.
This commit is contained in:
parent
918d6e20b7
commit
bedceea2a8
@ -40,6 +40,7 @@ struct malloc_mutex_s {
|
|||||||
#ifdef JEMALLOC_LAZY_LOCK
|
#ifdef JEMALLOC_LAZY_LOCK
|
||||||
extern bool isthreaded;
|
extern bool isthreaded;
|
||||||
#else
|
#else
|
||||||
|
# undef isthreaded /* Undo private_namespace.h definition. */
|
||||||
# define isthreaded true
|
# define isthreaded true
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user