glibc compat fix
This commit is contained in:
parent
7893a9ecdf
commit
50f0ae610f
1 changed files with 1 additions and 0 deletions
1
stdarg.h
1
stdarg.h
|
@ -10,5 +10,6 @@ typedef char *va_list;
|
||||||
|
|
||||||
/* fix a buggy dependency on GCC in libio.h */
|
/* fix a buggy dependency on GCC in libio.h */
|
||||||
typedef va_list __gnuc_va_list;
|
typedef va_list __gnuc_va_list;
|
||||||
|
#define _VA_LIST_DEFINED
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue