c340ceb220afe396641fb0f9cf013401f7c64297
[musl] / arch / sh / 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 4096
4 #define LONG_BIT 32
5 #endif
6
7 #define LONG_MAX  0x7fffffffL
8 #define LLONG_MAX  0x7fffffffffffffffLL