aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7692a193f2..93cc5f4e0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
SOCK_NONBLOCK.
* sysdeps/mach/hurd/socketpair.c (__socketpair): Handle SOCK_CLOEXEC
and SOCK_NONBLOCK.
+ * sysdeps/mach/hurd/pipe2.c: New file, copy from pipe.c. Evolve it to
+ implement __pipe2.
+ * sysdeps/mach/hurd/pipe.c (__pipe): Reimplement using __pipe2.
2018-07-19 Leonardo Sandoval <leonardo.sandoval.gonzalez@intel.com>