From f9e52c4acbd8f53da1b083770c6aab9c67cb0368 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Sep 2015 20:49:08 +0200 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/stdarg.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'include/stdarg.h') diff --git a/include/stdarg.h b/include/stdarg.h index 84bc840..801e5e8 100644 --- a/include/stdarg.h +++ b/include/stdarg.h @@ -16,7 +16,9 @@ * along with this program. If not, see . */ #ifndef _STDARG_H -#define _STDARG_H +# ifndef __ONLY_va_list +# define _STDARG_H +# endif #include #include @@ -37,6 +39,12 @@ typedef __builtin_va_list va_list; #endif + + +#ifndef __ONLY_va_list + + + /** * Prologue to using a variadic arguments. * @@ -84,3 +92,5 @@ typedef __builtin_va_list va_list; #endif +#endif + -- cgit v1.2.3-70-g09d2