summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-12-02 19:30:56 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-12-02 19:30:56 +0000
commit70e9da424917db73a5fa6c9db39904115eba4555 (patch)
tree5bd048f7c65d7b4938b52b6d09ff64ddeba029a4 /newlib/ChangeLog
parentf9095d09fe2f2194d30d34c86d2410e7712f6b7e (diff)
downloadcygnal-70e9da424917db73a5fa6c9db39904115eba4555.tar.gz
cygnal-70e9da424917db73a5fa6c9db39904115eba4555.tar.bz2
cygnal-70e9da424917db73a5fa6c9db39904115eba4555.zip
2004-12-02 Shaun Jackman <sjackman@gmail.com>
* libc/sys/linux/stdlib/glob.c: Include <sys/types.h> which defines time_t before including sys/stat.h, which uses it. * libc/sys/linux/sys/stat.h: Include <sys/types.h> and <linux/time.h> just prior to definition of __KERNEL__ so as to allow building on Debian Linux where otherwise, mktime would be redefined.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 77ee7ed8a..260488d51 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2004-12-02 Shaun Jackman <sjackman@gmail.com>
+
+ * libc/sys/linux/stdlib/glob.c: Include <sys/types.h> which defines
+ time_t before including sys/stat.h, which uses it.
+ * libc/sys/linux/sys/stat.h: Include <sys/types.h> and
+ <linux/time.h> just prior to definition of __KERNEL__ so as to
+ allow building on Debian Linux where otherwise, mktime would
+ be redefined.
+
2004-11-26 Paul Brook <paul@codesourcery.com>
* libc/sys/arm/crt0.S (_start): Add .cantunwind annotation.