mirror of
git://git.musl-libc.org/musl
synced 2025-01-10 08:39:56 +00:00
83933573af
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.
8 lines
236 B
C
8 lines
236 B
C
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|
|
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
|
#define LONG_BIT 64
|
|
#endif
|
|
|
|
#define LONG_MAX 0x7fffffffffffffffL
|
|
#define LLONG_MAX 0x7fffffffffffffffLL
|