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-12-08 20:44:23 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-12-08 20:44:23 +0300
commit414e7948118bb3b7071e7c8cbddcf371e0d48e38 (patch)
treeb66300de097cb4c8e82f961f53dcf384dfa45e45 /newlib/ChangeLog
parent6c3a5d263f3cdfb6703434439bdc84c3a1e29159 (diff)
Fix re-initialization of FILE flags and mbstate in freopen
* libc/stdio/freopen.c (_freopen_r): Only reset __SWID bit per SUSv4. * libc/stdio64/freopen64.c (_freopen64_r): Add missing resetting of flag values and _mbstate. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1aff1c606..c49f109c8 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2015-12-08 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/stdio/freopen.c (_freopen_r): Only reset __SWID bit per SUSv4.
+ * libc/stdio64/freopen64.c (_freopen64_r): Add missing resetting of
+ flag values and _mbstate.
+
2015-12-07 Nick Withers <nick.withers@anu.edu.au>
* libc/sys/arm/sys/param.h (NBBY): Define if not already defined.