diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-03-15 13:14:54 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-03-15 13:33:40 +0100 |
commit | 2bda2d820dcd9ea382b7380c18d469c23232fbbf (patch) | |
tree | eaf2b1a5e503f53160a17519471d9d0e72a6e7e8 /ChangeLog | |
parent | ed3ea040bae8ef2cf131081124a1248a9fd3dca9 (diff) | |
download | glibc-2bda2d820dcd9ea382b7380c18d469c23232fbbf.tar glibc-2bda2d820dcd9ea382b7380c18d469c23232fbbf.tar.gz glibc-2bda2d820dcd9ea382b7380c18d469c23232fbbf.tar.bz2 glibc-2bda2d820dcd9ea382b7380c18d469c23232fbbf.zip |
support: Explain ignored failures of temporary file removal [BZ #21243]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-03-15 Florian Weimer <fweimer@redhat.com> + [BZ #21243] + * support/temp_file.c (support_delete_temp_files): Add comment + about ignored errors. + +2017-03-15 Florian Weimer <fweimer@redhat.com> + [BZ #21244] * support/xclose.c: New file. * support/Makefile (libsupport-routines): Add xclose. |