mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
(__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.
This commit is contained in:
parent
ae46b677f0
commit
24452349b1
@ -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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user