A bunch of defined(__GLIBC__) added. static-linking warning expanded
This commit is contained in:
@ -159,7 +159,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if (__GLIBC__ < 2)
|
||||
#if defined(__GLIBC__) && __GLIBC__ < 2
|
||||
int vdprintf(int d, const char *format, va_list ap);
|
||||
#endif
|
||||
// This is declared here rather than #including <libgen.h> in order to avoid
|
||||
|
Reference in New Issue
Block a user