Mac M1 build fix for the (temporary ?) previous fix for Thread Block

Control access.
This commit is contained in:
David CARLIER 2021-02-02 18:19:29 +00:00
parent a7c33a3b0e
commit 16f7a1cfd9

View file

@ -52,6 +52,7 @@ static inline uintptr_t _mi_random_shuffle(uintptr_t x);
// init.c // init.c
extern mi_decl_cache_align mi_stats_t _mi_stats_main; extern mi_decl_cache_align mi_stats_t _mi_stats_main;
extern mi_decl_cache_align const mi_page_t _mi_page_empty; extern mi_decl_cache_align const mi_page_t _mi_page_empty;
extern mi_decl_thread mi_heap_t* _mi_heap_default;
bool _mi_is_main_thread(void); bool _mi_is_main_thread(void);
bool _mi_preloading(); // true while the C runtime is not ready bool _mi_preloading(); // true while the C runtime is not ready