(__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.
authorUlrich Drepper <drepper@redhat.com>
Fri, 22 Jul 2005 15:06:27 +0000 (15:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 22 Jul 2005 15:06:27 +0000 (15:06 +0000)
wcsmbs/bits/wchar2.h

index 8dd5b88014b225f198b15cc3b62cb668d98136b8..29bfad011005efc487caecbdd5afad676d6f49a8 100644 (file)
@@ -236,9 +236,9 @@ extern int __wprintf_chk (int __flag, __const wchar_t *__restrict __format,
                          ...);
 extern int __vfwprintf_chk (FILE *__restrict __stream, int __flag,
                            __const wchar_t *__restrict __format,
-                           _G_va_list __ap);
+                           __gnuc_va_list __ap);
 extern int __vwprintf_chk (int __flag, __const wchar_t *__restrict __format,
-                          _G_va_list __ap);
+                          __gnuc_va_list __ap);
 
 # define wprintf(...) \
   __wprintf_chk (__USE_FORTIFY_LEVEL - 1, __VA_ARGS__)