1999-06-21 Ulrich Drepper <drepper@cygnus.com>
* include/wchar.h: Use __gnuc_va_list not va_list in prototype.
+1999-06-21 Ulrich Drepper <drepper@cygnus.com>
+
+ * include/wchar.h: Use __gnuc_va_list not va_list in prototype.
+
1999-06-18 Thorsten Kukuk <kukuk@suse.de>
* sysdeps/alpha/atomicity.h: Correct counting of subsections.
extern int __vfwscanf __P ((FILE *__restrict __s,
__const wchar_t *__restrict __format,
- va_list __arg))
+ __gnuc_va_list __arg))
/* __attribute__ ((__format__ (__wscanf__, 2, 0))) */;
# endif
#endif