Merge pull request #471 from devnexen/haiku_build_update

Haiku build update, since the beta3 few more posix functions are avai…
This commit is contained in:
Daan 2021-10-21 15:25:52 -07:00 committed by GitHub
commit 02938b7048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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