summaryrefslogtreecommitdiff
path: root/libc/string/strcpy.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-09 23:20:16 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-09 23:20:16 +0100
commitabd6c6c29f82ddcc7c86c67519b79d2381622ed9 (patch)
treee856b8ab3c777d488839f0414561466aaa53be84 /libc/string/strcpy.c
parent3ec2f90152de3b11266bc0d3f4fa6a41b3c52374 (diff)
remove unused hidden functions
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'libc/string/strcpy.c')
-rw-r--r--libc/string/strcpy.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/string/strcpy.c b/libc/string/strcpy.c
index bb5a16872..549360c22 100644
--- a/libc/string/strcpy.c
+++ b/libc/string/strcpy.c
@@ -22,8 +22,6 @@ Wchar *Wstrcpy(Wchar * __restrict s1, const Wchar * __restrict s2)
return s1;
}
-#ifdef WANT_WIDE
-/* wcscpy does not need libc_hidden_def */
-#else
+#ifndef WANT_WIDE
libc_hidden_def(strcpy)
#endif