pipe2
authorThomas Schwinge <thomas@schwinge.name>
Sat, 3 Mar 2018 10:47:56 +0000 (10:47 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 3 Mar 2018 10:47:56 +0000 (10:47 +0000)
commitb5c34b5b887003e0f2465db1d50c644686aa17da
tree232f0713548cc40fb99052a33bf7a9e0fe0e61c8
parent8224d80f10e08518e18ab84c1e40c48a7207e8a1
pipe2

2008-12-17  Thomas Schwinge  <tschwinge@gnu.org>

pipe2 for GNU Hurd.
* 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.
* sysdeps/mach/hurd/kernel-features.h (__ASSUME_PIPE2): Define.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name tg-pipe2.diff
sysdeps/mach/hurd/pipe.c
sysdeps/mach/hurd/pipe2.c [new file with mode: 0644]