From 48afc85aad88aa4f7501bf7715c86b4e94628960 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 18 Nov 2008 06:53:52 +0000 Subject: Synch with trunk @ 24087 Step 10: libc_hidden_removal --- libc/string/generic/strnlen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/string/generic/strnlen.c') diff --git a/libc/string/generic/strnlen.c b/libc/string/generic/strnlen.c index d9ba76129..0bc517a84 100644 --- a/libc/string/generic/strnlen.c +++ b/libc/string/generic/strnlen.c @@ -26,7 +26,7 @@ #ifdef __USE_GNU /* Experimentally off - libc_hidden_proto(strnlen) */ -libc_hidden_proto(abort) +/* libc_hidden_proto(abort) */ /* Find the length of S, but scan at most MAXLEN characters. If no '\0' terminator is found in that many characters, return MAXLEN. */ -- cgit v1.2.3