aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/local.h
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-06-16 16:02:07 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-06-16 16:02:07 +0000
commit1a99b6f85a123a1430ef41a3b2ae79eef7c0f768 (patch)
tree53d05de5e45747fd018ad89363af583fc8a19f9b /newlib/libc/stdlib/local.h
parentaa201fc9dfa772b005755214b6b96a27d4d7a2f9 (diff)
downloadnewlib-1a99b6f85a123a1430ef41a3b2ae79eef7c0f768.zip
newlib-1a99b6f85a123a1430ef41a3b2ae79eef7c0f768.tar.gz
newlib-1a99b6f85a123a1430ef41a3b2ae79eef7c0f768.tar.bz2
2009-06-16 Craig Howland <howland@LGSInnovations.com>
* libc/ctype/local.h (__locale_charset): Add arguments to prototype * libc/stdlib/local.h (__locale_charset): Ditto.
Diffstat (limited to 'newlib/libc/stdlib/local.h')
-rw-r--r--newlib/libc/stdlib/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/local.h b/newlib/libc/stdlib/local.h
index 703d70e..93a3b4b 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 <wchar.h>