diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-10-05 14:48:16 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-10-05 14:48:16 +0200 |
commit | 91e7cf982d0104f0e71770f5ae8e3faf352dea9f (patch) | |
tree | be60472784d16ffa545c70e5ccb0108bf85c174e /ChangeLog | |
parent | 0c25125780083cbba22ed627756548efe282d1a0 (diff) | |
download | glibc-91e7cf982d0104f0e71770f5ae8e3faf352dea9f.zip glibc-91e7cf982d0104f0e71770f5ae8e3faf352dea9f.tar.gz glibc-91e7cf982d0104f0e71770f5ae8e3faf352dea9f.tar.bz2 |
abort: Do not flush stdio streams [BZ #15436]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2017-10-05 Florian Weimer <fweimer@redhat.com> + [BZ #15436] + Do not flush stdio streams on abort. + * stdlib/abort.c (fflush): Remove macro definition. + (abort): Remove stages related to stdio flushing. + +2017-10-05 Florian Weimer <fweimer@redhat.com> + * gmon/Makefile (CFLAGS-tst-gmon.c): Add -fno-omit-frame-pointer. 2017-10-05 Stefan Liebler <stli@linux.vnet.ibm.com> |