diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-03-07 17:05:06 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-03-07 17:05:06 +0100 |
commit | abc40bb2a78b358935a604451b7e7eb83d8d77c4 (patch) | |
tree | 21bc403d5d3b0110f62ed172d8a0fc5da3725ce4 /ChangeLog | |
parent | 3c0f7407eedb524c9114bb675cd55b903c71daaa (diff) | |
download | glibc-abc40bb2a78b358935a604451b7e7eb83d8d77c4.zip glibc-abc40bb2a78b358935a604451b7e7eb83d8d77c4.tar.gz glibc-abc40bb2a78b358935a604451b7e7eb83d8d77c4.tar.bz2 |
libio: Clean up _IO_file_doallocate and _IO_wfile_doallocate
No functional changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2016-03-07 Florian Weimer <fweimer@redhat.com> + * libio/filedoalloc.c (isatty): Remove. + (local_isatty): Add comment. Call __isatty directly. + (_IO_file_doallocate): Update comment. Assume _LIBC. + * libio/wfiledoalloc.c (isatty): Remove. + (_IO_wfile_doallocate): Update comment. + +2016-03-07 Florian Weimer <fweimer@redhat.com> + [BZ #19269] * sysdeps/x86_64/Makefile (tst-audit4): Depend on tst-audit4-aux.o. |