mescc: Mes C Library: vfprintf: Support --with-system-libc.
* include/stdarg.h (va_arg8)[SYSTEM_LIBC]: Define.
This commit is contained in:
parent
2673d28e50
commit
594b2859b1
|
@ -23,6 +23,9 @@
|
||||||
#if SYSTEM_LIBC
|
#if SYSTEM_LIBC
|
||||||
#undef __MES_STDARG_H
|
#undef __MES_STDARG_H
|
||||||
#include_next <stdarg.h>
|
#include_next <stdarg.h>
|
||||||
|
|
||||||
|
#define va_arg8(ap, type) va_arg(ap, type)
|
||||||
|
|
||||||
#else // ! SYSTEM_LIBC
|
#else // ! SYSTEM_LIBC
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
Loading…
Reference in a new issue