OSDN Git Service

* libc/stdlib/mbrtowc.c: Change include order to prevent compiler errors when
authorcgf <cgf>
Fri, 5 Dec 2003 06:02:30 +0000 (06:02 +0000)
committercgf <cgf>
Fri, 5 Dec 2003 06:02:30 +0000 (06:02 +0000)
defining _mbrtowc.

newlib/ChangeLog
newlib/libc/stdlib/mbrtowc.c

index 07fca26..62b0036 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-05  Christopher Faylor  <cgf@redhat.com>
+
+       * libc/stdlib/mbrtowc.c: Change include order to prevent compiler
+       errors when defining _mbrtowc.
+
 2003-12-04  Artem B. Bityuckiy  <abitytsky@softminecorp.com>
 
        * libc/stdio/vfprintf.c (_VFPRINTF_R): Use _r versions
index 0db1208..6bf2087 100644 (file)
@@ -1,7 +1,7 @@
+#include <reent.h>
 #include <wchar.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include <reent.h>
 #include <errno.h>
 #include <string.h>