Mark the pipe() system call as COMPAT10.
authorbrooks <brooks@FreeBSD.org>
Wed, 22 Jun 2016 21:15:59 +0000 (21:15 +0000)
committerbrooks <brooks@FreeBSD.org>
Wed, 22 Jun 2016 21:15:59 +0000 (21:15 +0000)
commite4ef2142c85cd9081fd589ffbefec3915f814669
tree079f6c8958704d24a0f7d4cd28ec4220a38a594c
parenta11d117db18f7dc7ed2f1ff5b24a3518017f058b
Mark the pipe() system call as COMPAT10.

As of r302092 libc uses pipe2() with a zero flags value instead of pipe().

Commit with regenerated files and implementation to follow.

Approved by: re (gjb)
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D6816
sys/compat/freebsd32/syscalls.master
sys/kern/syscalls.master