musl/arch/x32/bits/limits.h

9 lines
253 B
C
Raw Normal View History

2014-01-07 21:43:34 +00:00
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define PAGE_SIZE 4096
2014-01-07 21:53:38 +00:00
#define LONG_BIT 32
2014-01-07 21:43:34 +00:00
#endif
2014-01-07 21:53:38 +00:00
#define LONG_MAX 0x7fffffffL
2014-01-07 21:43:34 +00:00
#define LLONG_MAX 0x7fffffffffffffffLL