diff options
Diffstat (limited to 'libc/string/strrchr.c')
-rw-r--r-- | libc/string/strrchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strrchr.c b/libc/string/strrchr.c index 2bf676d27..253c4166d 100644 --- a/libc/string/strrchr.c +++ b/libc/string/strrchr.c @@ -10,7 +10,7 @@ #ifdef WANT_WIDE # define Wstrrchr wcsrchr #else -libc_hidden_proto(strrchr) +/* Experimentally off - libc_hidden_proto(strrchr) */ # define Wstrrchr strrchr #endif |