diff options
Diffstat (limited to 'libc/string/strdup.c')
-rw-r--r-- | libc/string/strdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strdup.c b/libc/string/strdup.c index 61fc186c8..9eb28630e 100644 --- a/libc/string/strdup.c +++ b/libc/string/strdup.c @@ -9,7 +9,7 @@ #include <stdlib.h> #ifdef WANT_WIDE -libc_hidden_proto(wcslen) +/* libc_hidden_proto(wcslen) */ # define Wstrdup wcsdup # define Wstrlen wcslen #else |