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