pipe2
authorThomas Schwinge <thomas@schwinge.name>
Fri, 9 Mar 2018 20:48:04 +0000 (20:48 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 9 Mar 2018 20:48:04 +0000 (20:48 +0000)
commit136d1127da92675e5a25fc73a1cf49c9816b3cae
tree699977e15d530f00289f4e0ab49a14ed3ab885bb
parente85be2f99f8eb2797164287821a070603d94d8a2
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]