summaryrefslogtreecommitdiff
path: root/libc/string/strspn.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strspn.c')
-rw-r--r--libc/string/strspn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/strspn.c b/libc/string/strspn.c
index ca83ef900..942b6f308 100644
--- a/libc/string/strspn.c
+++ b/libc/string/strspn.c
@@ -13,8 +13,6 @@
# define Wstrspn strspn
#endif
-libc_hidden_proto(Wstrspn)
-
size_t Wstrspn(const Wchar *s1, const Wchar *s2)
{
register const Wchar *s = s1;