Merge branch 'dev' into dev-slice

This commit is contained in:
Daan 2023-03-22 09:56:51 -07:00
commit 564222e737

View file

@ -409,8 +409,6 @@ void mi_thread_done(void) mi_attr_noexcept {
_mi_thread_done(NULL); _mi_thread_done(NULL);
} }
#include <unistd.h>
void _mi_thread_done(mi_heap_t* heap) void _mi_thread_done(mi_heap_t* heap)
{ {
// calling with NULL implies using the default heap // calling with NULL implies using the default heap