]> sourceware.org Git - newlib-cygwin.git/commitdiff
2009-06-16 Craig Howland <howland@LGSInnovations.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 16 Jun 2009 16:02:07 +0000 (16:02 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 16 Jun 2009 16:02:07 +0000 (16:02 +0000)
        * libc/ctype/local.h (__locale_charset): Add arguments to
        prototype
        * libc/stdlib/local.h (__locale_charset): Ditto.

newlib/ChangeLog
newlib/libc/ctype/local.h
newlib/libc/stdlib/local.h

index ef829ef539b1d03362d0aee82c7bb14b6afb6d13..af250d6af224531125a31261f4c3cdb401364480 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2009-06-16  Craig Howland <howland@LGSInnovations.com>
 
        * libc/include/math.h:  Simplify fpclassify, isinf, isnan, and signbit
index 7dac35403ea666b9c7c41cc0dde527beecf63bee..1a16520a7a157ca9ed7be30fcff6a6b8111fe7fb 100644 (file)
@@ -20,7 +20,7 @@
 #define WC_UPPER       11
 #define WC_XDIGIT      12
 
-extern char *__locale_charset ();
+extern char *__locale_charset(_NOARGS);
 
 /* internal function to translate JP to Unicode */
 #ifdef __CYGWIN__
index 703d70eed14fd659fec78f84aa148fcd6821b67b..93a3b4b8ecb8f0ca0a83a4533ae17b6da708a1d9 100644 (file)
@@ -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>
This page took 0.049186 seconds and 5 git commands to generate.