diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2018-07-20 01:29:55 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-07-20 01:29:55 +0200 |
commit | de195be01569311dbbdee48c1ae36452f74bf594 (patch) | |
tree | 6f5756b3728a36ef3929bc93a3ff4d413308eb01 /ChangeLog | |
parent | 75d5e4a09ea1d1d790ae3bf3309986a3328af567 (diff) | |
download | glibc-de195be01569311dbbdee48c1ae36452f74bf594.tar glibc-de195be01569311dbbdee48c1ae36452f74bf594.tar.gz glibc-de195be01569311dbbdee48c1ae36452f74bf594.tar.bz2 glibc-de195be01569311dbbdee48c1ae36452f74bf594.zip |
hurd: Implement pipe2
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |