pipe2
authorThomas Schwinge <thomas@schwinge.name>
Thu, 29 Mar 2018 19:47:29 +0000 (20:47 +0100)
committerAurelien Jarno <aurel32@debian.org>
Thu, 29 Mar 2018 19:47:29 +0000 (20:47 +0100)
commitb467d92cbb21495a33bd121d2a6783eb64730757
tree55a5b44452f5a37fb53736d9ab5ce51c3928d863
parentd9a2bde5c2fdfa0a8a44fbf01a4259ea8c93ba24
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]