diff options
Diffstat (limited to 'libc/string/i386/strcat.c')
-rw-r--r-- | libc/string/i386/strcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/i386/strcat.c b/libc/string/i386/strcat.c index e0b1f3b51..2cf0237a6 100644 --- a/libc/string/i386/strcat.c +++ b/libc/string/i386/strcat.c @@ -32,7 +32,7 @@ #include <string.h> -libc_hidden_proto(strcat) +/* Experimentally off - libc_hidden_proto(strcat) */ char *strcat(char * dest, const char * src) { int d0, d1, d2, d3; |