From 20e37bf7c1ce89515b38bb82aa6b8b3838b9c456 Mon Sep 17 00:00:00 2001 From: DC Date: Sun, 28 Nov 2021 08:14:21 +0000 Subject: [PATCH] removes dragonflybsd warning since the api and library overriding works, also for the os doc report purpose. --- include/mimalloc-internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h index cf5b6783..e22953d4 100644 --- a/include/mimalloc-internal.h +++ b/include/mimalloc-internal.h @@ -314,9 +314,6 @@ mi_heap_t* _mi_heap_main_get(void); // statically allocated main backing hea // use end bytes of a name; goes wrong if anyone uses names > 23 characters (ptrhread specifies 16) // see #define MI_TLS_PTHREAD_SLOT_OFS (6*sizeof(int) + 4*sizeof(void*) + 24) -#elif defined(__DragonFly__) -#warning "mimalloc is not working correctly on DragonFly yet." -//#define MI_TLS_PTHREAD_SLOT_OFS (4 + 1*sizeof(void*)) // offset `uniqueid` (also used by gdb?) #endif #endif