glibc compat fix

tcc-xref
bellard 2003-01-06 20:22:23 +00:00
parent 7893a9ecdf
commit 50f0ae610f
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ typedef char *va_list;
/* fix a buggy dependency on GCC in libio.h */
typedef va_list __gnuc_va_list;
#define _VA_LIST_DEFINED
#endif