comment out include

This commit is contained in:
Daan Leijen 2022-12-21 12:09:52 -08:00
parent aa2d00fde8
commit 37d5ce9498

View file

@ -814,8 +814,8 @@ mi_decl_nodiscard mi_decl_restrict char* mi_heap_realpath(mi_heap_t* heap, const
} }
} }
#else #else
#include <unistd.h> // pathconf
/* /*
#include <unistd.h> // pathconf
static size_t mi_path_max(void) { static size_t mi_path_max(void) {
static size_t path_max = 0; static size_t path_max = 0;
if (path_max <= 0) { if (path_max <= 0) {