diff options
Diffstat (limited to 'libc/string/generic/strchrnul.c')
-rw-r--r-- | libc/string/generic/strchrnul.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/generic/strchrnul.c b/libc/string/generic/strchrnul.c index 6a25b1c0c..9984d6161 100644 --- a/libc/string/generic/strchrnul.c +++ b/libc/string/generic/strchrnul.c @@ -25,8 +25,6 @@ #include <stdlib.h> #ifdef __USE_GNU -/* Experimentally off - libc_hidden_proto(strchrnul) */ -/* libc_hidden_proto(abort) */ #include "memcopy.h" |