mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-27 13:33:18 +08:00
comment out include
This commit is contained in:
parent
aa2d00fde8
commit
37d5ce9498
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user