summaryrefslogtreecommitdiff
path: root/libc/string/generic/memrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/generic/memrchr.c')
-rw-r--r--libc/string/generic/memrchr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/generic/memrchr.c b/libc/string/generic/memrchr.c
index 95fe1d4d8..c03a77037 100644
--- a/libc/string/generic/memrchr.c
+++ b/libc/string/generic/memrchr.c
@@ -27,8 +27,6 @@
#include <limits.h>
#ifdef __USE_GNU
-/* Experimentally off - libc_hidden_proto(memrchr) */
-/* libc_hidden_proto(abort) */
#include "memcopy.h"