mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
260 B
8 lines
260 B
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|
|
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
|
#define PAGESIZE 4096
|
|
#define LONG_BIT 64
|
|
#endif
|
|
|
|
#define LONG_MAX 0x7fffffffffffffffL
|
|
#define LLONG_MAX 0x7fffffffffffffffLL
|
|
|