Commit 845127e6 by Torbjorn Granlund

(va_end): Handle like in other va-* files.

From-SVN: r2690
parent 6c84e154
......@@ -38,6 +38,9 @@ typedef double *__gnuc_va_list;
& (sizeof(TYPE) > 4 ? ~0x7 : ~0x3))), \
(*((TYPE *) (void *) ((char *)AP + ((8 - sizeof(TYPE)) % 4))))))
#ifndef va_end
void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#endif
#define va_end(AP)
#endif /* defined (_STDARG_H) || defined (_VARARGS_H) */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment