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
|
||||
extern bool isthreaded;
|
||||
#else
|
||||
# undef isthreaded /* Undo private_namespace.h definition. */
|
||||
# define isthreaded true
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user