projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8f94f5a
)
[COMPILE_WPRINTF]: Also define __vfwprintf.
author
drepper
<drepper>
Fri, 17 Aug 2001 04:45:43 +0000
(
04:45
+0000)
committer
drepper
<drepper>
Fri, 17 Aug 2001 04:45:43 +0000
(
04:45
+0000)
stdio-common/vfprintf.c
patch
|
blob
|
history
diff --git
a/stdio-common/vfprintf.c
b/stdio-common/vfprintf.c
index
9973e5e
..
68631fe
100644
(file)
--- 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
# 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
# else
strong_alias (_IO_vfprintf, vfprintf);
# endif