summaryrefslogtreecommitdiff
path: root/libc/string/strlen.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-26 01:21:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-26 01:21:10 +0000
commitd8ea341e64250c2f4636c559562e8904037eda74 (patch)
tree5df7693726ec3a9f73e4d622b8312d42e8f31e03 /libc/string/strlen.c
parent873228f50b0a83833e0f498010ffe3dcc75a9258 (diff)
libc/string: need additional work to remove libc_hidden_proto's properly
Diffstat (limited to 'libc/string/strlen.c')
-rw-r--r--libc/string/strlen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/strlen.c b/libc/string/strlen.c
index 2edb6e4e8..021a8cabc 100644
--- a/libc/string/strlen.c
+++ b/libc/string/strlen.c
@@ -13,8 +13,6 @@
# define Wstrlen strlen
#endif
-libc_hidden_proto(Wstrlen)
-
size_t Wstrlen(const Wchar *s)
{
register const Wchar *p;