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/bits/types.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'include/bits/types.h') diff --git a/include/bits/types.h b/include/bits/types.h index 83087b5..3d178b8 100644 --- a/include/bits/types.h +++ b/include/bits/types.h @@ -368,9 +368,17 @@ typedef struct { */ #if defined(__NEED_locale_t) && !defined(__DEFINED_locale_t) # define __DEFINED_locale_t -typedef struct __locale locale_t; /* TODO not implemented */ +typedef int locale_t; /* TODO not implemented */ #endif #ifndef __INTMAX_MAX # define __INTMAX_MAX INT64_MAX #endif + +/** + * State of variadic argument-reading. + */ +#define __ONLY_va_list +# include +#undef __ONLY_va_list + -- cgit v1.2.3-70-g09d2