X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fbits%2Fmman.h;h=03f961e8a6b726e27cc27af3ea2881343111eddf;hb=a50136dfe186a3ea3d78a4264187915ad16ab861;hp=302044eb30c65dd40d681c520d73395d889ee611;hpb=1c8eb8bad791fe9d01d0d4ab77882db634fa933d;p=musl diff --git a/arch/powerpc/bits/mman.h b/arch/powerpc/bits/mman.h index 302044eb..03f961e8 100644 --- a/arch/powerpc/bits/mman.h +++ b/arch/powerpc/bits/mman.h @@ -30,7 +30,7 @@ #define MCL_CURRENT 1 #define MCL_FUTURE 2 -#ifdef _GNU_SOURCE +#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define MADV_NORMAL 0 #define MADV_RANDOM 1 #define MADV_SEQUENTIAL 2