X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fi386%2Fbits%2Flimits.h;h=65a3dd6477bce24af82e092e9172fbcf18829e46;hb=030b452b8d6c95be6b6de661aed96e8379d1a80e;hp=e19461df134b439e8d76911fea5dc483d92561ca;hpb=e8b8f3c90e02d8fa077be0f273fce1e48e2719d2;p=musl diff --git a/arch/i386/bits/limits.h b/arch/i386/bits/limits.h index e19461df..65a3dd64 100644 --- a/arch/i386/bits/limits.h +++ b/arch/i386/bits/limits.h @@ -1,5 +1,5 @@ #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \ - || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) + || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #define PAGE_SIZE 4096 #define LONG_BIT 32 #endif