summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-03-23 13:46:36 -0700
committerRoland McGrath <roland@hack.frob.com>2015-03-23 13:46:36 -0700
commit7e9c7b9b689d9d8f24a4a7f9723f0290c0cbdbd0 (patch)
treeb6057bdf2c660bbce0c9a7095a30b58c275e1e6b /ChangeLog
parent98734cc50153c80047f4ed9c6772bc7e1e68c9f7 (diff)
downloadglibc-7e9c7b9b689d9d8f24a4a7f9723f0290c0cbdbd0.tar.gz
Minor cleanups in libio/iofdopen.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5686701994..b0a17b0634 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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