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 9ab805cf7..95fe1d4d8 100644 --- a/libc/string/generic/memrchr.c +++ b/libc/string/generic/memrchr.c @@ -28,7 +28,7 @@ #ifdef __USE_GNU /* Experimentally off - libc_hidden_proto(memrchr) */ -libc_hidden_proto(abort) +/* libc_hidden_proto(abort) */ #include "memcopy.h" |