summaryrefslogtreecommitdiff
path: root/libc/string/generic/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/generic/memchr.c')
-rw-r--r--libc/string/generic/memchr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/memchr.c b/libc/string/generic/memchr.c
index 3c7c997bc..8ea3f539a 100644
--- a/libc/string/generic/memchr.c
+++ b/libc/string/generic/memchr.c
@@ -26,7 +26,7 @@
#include <limits.h>
/* Experimentally off - libc_hidden_proto(memchr) */
-libc_hidden_proto(abort)
+/* libc_hidden_proto(abort) */
#include "memcopy.h"