diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-03-23 13:46:36 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-03-23 13:46:36 -0700 |
commit | 7e9c7b9b689d9d8f24a4a7f9723f0290c0cbdbd0 (patch) | |
tree | b6057bdf2c660bbce0c9a7095a30b58c275e1e6b /ChangeLog | |
parent | 98734cc50153c80047f4ed9c6772bc7e1e68c9f7 (diff) | |
download | glibc-7e9c7b9b689d9d8f24a4a7f9723f0290c0cbdbd0.tar.gz |
Minor cleanups in libio/iofdopen.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-03-23 Roland McGrath <roland@hack.frob.com> + + * libio/iofdopen.c: Move FD_FLAGS declaration into its first use, + inside [F_GETFL]. Remove POSIX_MODE local variable, just test the + _IO_IS_APPENDING bit in READ_WRITE instead. + 2015-03-23 Florian Weimer <fweimer@redhat.com> * sysdeps/unix/sysv/linux/pthread_setaffinity.c |