diff options
Diffstat (limited to 'stdio-common/vfprintf.c')
-rw-r--r-- | stdio-common/vfprintf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 9973e5e5d0..68631fe903 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -2182,7 +2182,8 @@ __wprintf_pad (FILE *s, wchar_t pad, size_t count) # ifdef strong_alias /* This is for glibc. */ # ifdef COMPILE_WPRINTF -strong_alias (_IO_vfwprintf, vfwprintf); +strong_alias (_IO_vfwprintf, __vfwprintf); +weak_alias (_IO_vfwprintf, vfwprintf); # else strong_alias (_IO_vfprintf, vfprintf); # endif |