From 0509d11ac55f28ddd4784fcd1a3f5e42238bbd41 Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Mon, 20 Mar 2023 11:02:16 -0700 Subject: [PATCH] more comments --- include/mimalloc/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mimalloc/internal.h b/include/mimalloc/internal.h index 791eeb99..3ee20151 100644 --- a/include/mimalloc/internal.h +++ b/include/mimalloc/internal.h @@ -50,6 +50,7 @@ terms of the MIT license. A copy of the license can be found in the file #define mi_decl_externc #endif +// pthreads #if !defined(_WIN32) && !defined(__wasi__) #define MI_USE_PTHREADS #include