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:
commit
02938b7048
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…
Reference in New Issue
Block a user