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:
17d2434
)
Use __fwprintf instead of fwprintf.
author
drepper
<drepper>
Fri, 17 Aug 2001 06:54:26 +0000
(06:54 +0000)
committer
drepper
<drepper>
Fri, 17 Aug 2001 06:54:26 +0000
(06:54 +0000)
sunrpc/svc_simple.c
patch
|
blob
|
history
diff --git
a/sunrpc/svc_simple.c
b/sunrpc/svc_simple.c
index
db77743
..
b03b012
100644
(file)
--- a/
sunrpc/svc_simple.c
+++ b/
sunrpc/svc_simple.c
@@
-124,7
+124,7
@@
registerrpc (u_long prognum, u_long versnum, u_long procnum,
err_out:
#ifdef USE_IN_LIBIO
if (_IO_fwide (stderr, 0) > 0)
- (void) fwprintf (stderr, L"%s", buf);
+ (void)
__
fwprintf (stderr, L"%s", buf);
else
#endif
(void) fputs (buf, stderr);