diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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] |