comment out include

This commit is contained in:
Daan Leijen 2022-12-21 12:09:52 -08:00
parent aa2d00fde8
commit 37d5ce9498
1 changed files with 1 additions and 1 deletions

View File

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