mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 23:19:31 +03:00
comment out include
This commit is contained in:
parent
aa2d00fde8
commit
37d5ce9498
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue