summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2013-06-26 21:34:16 +0000
committerJeff Johnston <jjohnstn@redhat.com>2013-06-26 21:34:16 +0000
commit27ad840ea53a4a1c25497d71c2df55f1cf4d25f8 (patch)
tree7ad588cc82f02d8639474c9449ea2c6223ab2f92 /newlib/ChangeLog
parent733b554b20a4843eaff90448cb694f3da1d1d042 (diff)
downloadcygnal-27ad840ea53a4a1c25497d71c2df55f1cf4d25f8.tar.gz
cygnal-27ad840ea53a4a1c25497d71c2df55f1cf4d25f8.tar.bz2
cygnal-27ad840ea53a4a1c25497d71c2df55f1cf4d25f8.zip
2013-06-26 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: Specify std streams always in terms of _REENT. * libc/include/wchar.h: Ditto. * libc/include/sys/reent.h: Remove _RENT_ONLY check around setting of _REENT macro.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 46dee570b..d5b7c7b44 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2013-06-26 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/stdio.h: Specify std streams always in terms
+ of _REENT.
+ * libc/include/wchar.h: Ditto.
+ * libc/include/sys/reent.h: Remove _RENT_ONLY check around
+ setting of _REENT macro.
+
2013-06-24 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* libc/include/string.h (rawmemchr): Declare.