X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Fmman.h;h=03f961e8a6b726e27cc27af3ea2881343111eddf;hb=c72fc23843906e2571e817a62c94cee15648b7dc;hp=302044eb30c65dd40d681c520d73395d889ee611;hpb=b052f13cd1215cf444f16ccf14c96e32f61f73e0;p=musl diff --git a/arch/i386/bits/mman.h b/arch/i386/bits/mman.h index 302044eb..03f961e8 100644 --- a/arch/i386/bits/mman.h +++ b/arch/i386/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