]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/mach/hurd/pipe2.c
hurd: Implement pipe2
authorThomas Schwinge <tschwinge@gnu.org>
Thu, 19 Jul 2018 23:29:55 +0000 (01:29 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Thu, 19 Jul 2018 23:29:55 +0000 (01:29 +0200)
commitde195be01569311dbbdee48c1ae36452f74bf594
tree6f5756b3728a36ef3929bc93a3ff4d413308eb01
parent75d5e4a09ea1d1d790ae3bf3309986a3328af567
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.
ChangeLog
sysdeps/mach/hurd/pipe.c
sysdeps/mach/hurd/pipe2.c [new file with mode: 0644]