From b5b52b8879a0574bdd5b8c2b416a26c48080ef41 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Wed, 20 Oct 2021 18:33:12 +0000 Subject: [PATCH] Haiku build update, since the beta3 few more posix functions are available e.g. madvise --- src/os.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/os.c b/src/os.c index bf1d4716..3066dad5 100644 --- a/src/os.c +++ b/src/os.c @@ -51,10 +51,6 @@ terms of the MIT license. A copy of the license can be found in the file #include #endif #endif -#if defined(__HAIKU__) -#define madvise posix_madvise -#define MADV_DONTNEED POSIX_MADV_DONTNEED -#endif #endif /* -----------------------------------------------------------