From aa55ccb12061123ca56c2b61402899b73276d2df Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 2 Apr 2005 20:20:01 +0000 Subject: merge from gcc --- libiberty/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/index.c') diff --git a/libiberty/index.c b/libiberty/index.c index c37edca..acd0a45 100644 --- a/libiberty/index.c +++ b/libiberty/index.c @@ -15,7 +15,7 @@ deprecated in new programs in favor of @code{strchr}. extern char * strchr(const char *, int); char * -index (char *s, int c) +index (const char *s, int c) { return strchr (s, c); } -- cgit v1.1