mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
Haiku build update, since the beta3 few more posix functions are available e.g. madvise
This commit is contained in:
parent
d482555675
commit
b5b52b8879
1 changed files with 0 additions and 4 deletions
4
src/os.c
4
src/os.c
|
@ -51,10 +51,6 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#include <mach/vm_statistics.h>
|
||||
#endif
|
||||
#endif
|
||||
#if defined(__HAIKU__)
|
||||
#define madvise posix_madvise
|
||||
#define MADV_DONTNEED POSIX_MADV_DONTNEED
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* -----------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue