summaryrefslogtreecommitdiff
path: root/libc/string/stpcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/stpcpy.c')
-rw-r--r--libc/string/stpcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/stpcpy.c b/libc/string/stpcpy.c
index f34b9f65a..8a487584e 100644
--- a/libc/string/stpcpy.c
+++ b/libc/string/stpcpy.c
@@ -10,7 +10,7 @@
#ifdef WANT_WIDE
# define Wstpcpy wcpcpy
#else
-libc_hidden_proto(stpcpy)
+/* Experimentally off - libc_hidden_proto(stpcpy) */
# define Wstpcpy stpcpy
#endif