diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 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 + available. + * posix/wordexp.c (exec_comm_child, exec_comm): Likewise. + * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PIPE2): + Remove definition. + +2017-04-18 Florian Weimer <fweimer@redhat.com> + * malloc/malloc.c (cfree): Turn into compat symbol. (__cfree): Remove alias. * stdlib/stdlib.h (cfree): Remove declaration. |