From 1a99b6f85a123a1430ef41a3b2ae79eef7c0f768 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 16 Jun 2009 16:02:07 +0000 Subject: 2009-06-16 Craig Howland * libc/ctype/local.h (__locale_charset): Add arguments to prototype * libc/stdlib/local.h (__locale_charset): Ditto. --- newlib/libc/stdlib/local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/stdlib/local.h') diff --git a/newlib/libc/stdlib/local.h b/newlib/libc/stdlib/local.h index 703d70eed..93a3b4b8e 100644 --- a/newlib/libc/stdlib/local.h +++ b/newlib/libc/stdlib/local.h @@ -5,7 +5,7 @@ char * _EXFUN(_gcvt,(struct _reent *, double , int , char *, char, int)); -char *__locale_charset (); +char *__locale_charset(_NOARGS); #ifndef __mbstate_t_defined #include -- cgit v1.2.3