Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-03-05 20:15:24 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-03-05 20:15:24 +0300
commit5a97e28f6a103523c0ab7092c9ac0d270fb7b680 (patch)
tree2565df9502b9ab138952e806001fc80567ee64cf /newlib/ChangeLog
parent5e99eb1104f49b6d1e88ea09e8bac734fe668bb3 (diff)
* libc/include/stdio.h (FILE): Protect typedef from redefinition.
* libc/include/wchar.h: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 146b743f5..ecaed141b 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-05 Craig Howland <howland@LGSInnovations.com>
+
+ * libc/include/stdio.h (FILE): Protect typedef from redefinition.
+ * libc/include/wchar.h: Ditto.
+
2015-02-25 Gedare Bloom <gedare@rtems.org>
* libc/include/machine/time.h (_CLOCKS_PER_SEC_): redefine for RTEMS.