mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-09-18 20:24:47 +03:00
Merge branch 'dev' into dev2
This commit is contained in:
commit
b0c1765ab9
3 changed files with 9 additions and 3 deletions
|
@ -57,7 +57,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__FreeBSD__)
|
||||
#if (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__)
|
||||
#define MI_HAS_SYSCALL_H
|
||||
#include <sys/syscall.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue