projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Define as __towctrans, make towctrans weak alias.
[kopensolaris-gnu/glibc.git]
/
wctype
/
towctrans.c
diff --git
a/wctype/towctrans.c
b/wctype/towctrans.c
index
91e591d
..
b0180fd
100644
(file)
--- a/
wctype/towctrans.c
+++ b/
wctype/towctrans.c
@@
-23,7
+23,7
@@
#include "cname-lookup.h"
wint_t
-towctrans (wint_t wc, wctrans_t desc)
+
__
towctrans (wint_t wc, wctrans_t desc)
{
size_t idx;
@@
-34,3
+34,4
@@
towctrans (wint_t wc, wctrans_t desc)
return (wint_t) desc[idx];
}
+weak_alias (__towctrans, towctrans)