pipe2
authorThomas Schwinge <thomas@schwinge.name>
Sun, 4 Dec 2016 21:49:53 +0000 (21:49 +0000)
committerSamuel Thibault <sthibault@debian.org>
Sun, 4 Dec 2016 21:49:53 +0000 (21:49 +0000)
commitba4dc8676dbc0c8d79207ca2718ddf78d535912a
tree418b4d20652866b6bc569add05f1e9454d23c1f7
parentd9c6452f9382c2d5e92abfde1c08bfa71ed37c50
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/kernel-features.h
sysdeps/mach/hurd/pipe.c
sysdeps/mach/hurd/pipe2.c [new file with mode: 0644]