about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fdd50a24c..d0f7f51929 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2018-10-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	[BZ #21037]
+	* libio/Makefile (tests): Add tst-memstream4 and tst-wmemstream4.
+	* libio/freopen.c (freopen): Sync stream before reopen and adjust to
+	new fd_to_filename interface.
+	* libio/freopen64.c (freopen64): Likewise.
+	* libio/tst-memstream.h: New file.
+	* libio/tst-memstream4.c: Likewise.
+	* libio/tst-wmemstream4.c: Likewise.
+	* sysdeps/generic/fd_to_filename.h (fd_to_filename): Change signature.
+	* sysdeps/unix/sysv/linux/fd_to_filename.h (fd_to_filename): Likewise
+	and remove internal dynamic allocation.
+
 2018-10-01  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_GNU]