diff options
Diffstat (limited to 'misc/err.h')
-rw-r--r-- | misc/err.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #define __need___va_list #include <stdarg.h> #ifndef __GNUC_VA_LIST -# define __gnuc_va_list __ptr_t +# define __gnuc_va_list void * #endif __BEGIN_DECLS |