glibc compat fix

This commit is contained in:
bellard 2003-01-06 20:22:23 +00:00
parent 7893a9ecdf
commit 50f0ae610f

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