From 255d9710b9d640e5311698b0e133e69b49f79a60 Mon Sep 17 00:00:00 2001 From: drepper Date: Fri, 17 Aug 2001 04:45:43 +0000 Subject: [PATCH] [COMPILE_WPRINTF]: Also define __vfwprintf. --- stdio-common/vfprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0