only check __GNU_LIBRARY__ if it is actually defined
This commit is contained in:
parent
362dc2bf33
commit
b16b5bb08f
@ -161,7 +161,7 @@ __extension__ typedef unsigned long long __u64;
|
|||||||
|
|
||||||
/* ---- miscellaneous --------------------------------------- */
|
/* ---- miscellaneous --------------------------------------- */
|
||||||
|
|
||||||
#if __GNU_LIBRARY__ < 5 && \
|
#if defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ < 5 && \
|
||||||
!defined(__dietlibc__) && \
|
!defined(__dietlibc__) && \
|
||||||
!defined(_NEWLIB_VERSION) && \
|
!defined(_NEWLIB_VERSION) && \
|
||||||
!(defined __digital__ && defined __unix__)
|
!(defined __digital__ && defined __unix__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user