3a811c997a329ecea4e5ee8aac2792b6b3976c92
[musl] / arch / or1k / bits / limits.h
1 #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
2  || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
3 #define PAGESIZE 8192
4 #define LONG_BIT 32
5 #endif
6
7 #define LONG_MAX  0x7fffffffL
8 #define LLONG_MAX  0x7fffffffffffffffLL