diff options
Diffstat (limited to 'libc/string/generic/memrchr.c')
| -rw-r--r-- | libc/string/generic/memrchr.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/memrchr.c b/libc/string/generic/memrchr.c index 43439d5ce..9ab805cf7 100644 --- a/libc/string/generic/memrchr.c +++ b/libc/string/generic/memrchr.c @@ -27,7 +27,7 @@  #include <limits.h>  #ifdef __USE_GNU -libc_hidden_proto(memrchr) +/* Experimentally off - libc_hidden_proto(memrchr) */  libc_hidden_proto(abort)  #include "memcopy.h"  | 
