summaryrefslogtreecommitdiff
path: root/libc/string/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/memrchr.c')
-rw-r--r--libc/string/memrchr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/memrchr.c b/libc/string/memrchr.c
index 48ec50a4e..3a7e22f9b 100644
--- a/libc/string/memrchr.c
+++ b/libc/string/memrchr.c
@@ -9,7 +9,6 @@
#ifdef __USE_GNU
-/* Experimentally off - libc_hidden_proto(memrchr) */
void *memrchr(const void *s, int c, size_t n)
{