summaryrefslogtreecommitdiff
path: root/libc/string/strlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strlen.c')
-rw-r--r--libc/string/strlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strlen.c b/libc/string/strlen.c
index bcb096b97..2edb6e4e8 100644
--- a/libc/string/strlen.c
+++ b/libc/string/strlen.c
@@ -23,4 +23,4 @@ size_t Wstrlen(const Wchar *s)
return p - s;
}
-libc_hidden_def(Wstrlen)
+libc_hidden_weak(Wstrlen)