Haiku build update, since the beta3 few more posix functions are available e.g. madvise

This commit is contained in:
David CARLIER 2021-10-20 18:33:12 +00:00
parent d482555675
commit b5b52b8879

View file

@ -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
/* -----------------------------------------------------------