summaryrefslogtreecommitdiff
path: root/libc/string/generic/strcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/generic/strcat.c')
-rw-r--r--libc/string/generic/strcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/strcat.c b/libc/string/generic/strcat.c
index 53c4d0d9e..e00494038 100644
--- a/libc/string/generic/strcat.c
+++ b/libc/string/generic/strcat.c
@@ -19,7 +19,7 @@
#include <string.h>
#include "memcopy.h"
-libc_hidden_proto(strcat)
+/* Experimentally off - libc_hidden_proto(strcat) */
/* Append SRC on the end of DEST. */
char *strcat (char *dest, const char *src)
{