aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-18 14:42:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-18 14:42:19 +0200
commitb48061e1a534a2421c65e4258418d41a5335ba32 (patch)
tree7b2a00fe1f6b7a9e9e6726c0bbfedd20506ad1b9 /ChangeLog
parent46d8874d5b2fcb7831dd84c5e2f6df51922a7936 (diff)
downloadglibc-b48061e1a534a2421c65e4258418d41a5335ba32.zip
glibc-b48061e1a534a2421c65e4258418d41a5335ba32.tar.gz
glibc-b48061e1a534a2421c65e4258418d41a5335ba32.tar.bz2
Assume that dup3 is available
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ce9bea..3a8ea7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2017-04-18 Florian Weimer <fweimer@redhat.com>
+ * include/unistd.h (__have_dup3): Remove declaration.
+ * libio/freopen.c (freopen): Assume that O_CLOEXEC is defined and
+ dup3 is available.
+ * libio/freopen64.c (freopen64): Likewise.
+ * socket/Makefile (aux): Remove have_sock_cloexec.
+ * socket/have_sock_cloexec.c: Remove file.
+ * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Remove
+ definition.
+ * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_DUP3):
+ Likewise.
+ * sysdeps/nacl/kernel-features.h: Update comment.
+
+2017-04-18 Florian Weimer <fweimer@redhat.com>
+
* include/unistd.h (__have_pipe2): Remove declaration.
* socket/have_sock_cloexec.c (__have_pipe2): Remove definition.
* libio/iopopen.c (_IO_new_proc_open): Assume that pipe2 is