diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-12-12 15:45:19 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-12-12 15:45:19 +0000 |
commit | 6897665e673b0d49585a77510bd0a68dd6ed2e76 (patch) | |
tree | d921d306c50dd5ecba320fe1e0d5589ed84fedaf /newlib/ChangeLog | |
parent | baaa8b9140404b1fc7a4ad6b912201da32d8c890 (diff) | |
download | cygnal-6897665e673b0d49585a77510bd0a68dd6ed2e76.tar.gz cygnal-6897665e673b0d49585a77510bd0a68dd6ed2e76.tar.bz2 cygnal-6897665e673b0d49585a77510bd0a68dd6ed2e76.zip |
* libc/stdio/freopen.c: Add <string.h> for memset prototype.
* libc/stdio/fseek.c: Ditto.
* libc/stdio/fwide.c: Add <wchar.h> for fwide prototype.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index cb780c33f..259ae6b9b 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2008-12-12 Craig Howland <howland@LGSInnovations.com> + + * libc/stdio/freopen.c: Add <string.h> for memset prototype. + * libc/stdio/fseek.c: Ditto. + * libc/stdio/fwide.c: Add <wchar.h> for fwide prototype. + 2008-12-11 Jeff Johnston <jjohnstn@redhat.com> * libc/include/sys/time.h (gettimeofday): Change prototype so |