summaryrefslogtreecommitdiff
path: root/libc/string/strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strnlen.c')
-rw-r--r--libc/string/strnlen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/strnlen.c b/libc/string/strnlen.c
index 8fbc25c11..98267e51b 100644
--- a/libc/string/strnlen.c
+++ b/libc/string/strnlen.c
@@ -15,8 +15,6 @@
# define Wstrnlen strnlen
#endif
-libc_hidden_proto(Wstrnlen)
-
size_t Wstrnlen(const Wchar *s, size_t max)
{
register const Wchar *p = s;