diff options
Diffstat (limited to 'libc/string/memrchr.c')
-rw-r--r-- | libc/string/memrchr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/memrchr.c b/libc/string/memrchr.c index 2959396b2..b2f9001cd 100644 --- a/libc/string/memrchr.c +++ b/libc/string/memrchr.c @@ -9,7 +9,7 @@ #ifdef __USE_GNU -libc_hidden_proto(memrchr) +/* Experimentally off - libc_hidden_proto(memrchr) */ void *memrchr(const void *s, int c, size_t n) { |