diff options
author | Matthew Ahrens <matt@delphix.com> | 2011-10-18 12:21:34 -0700 |
---|---|---|
committer | Matthew Ahrens <matt@delphix.com> | 2011-10-18 12:21:34 -0700 |
commit | 462453d2d0c563559a4caf186db76954e563bd1a (patch) | |
tree | 7126716a3df77fcb2410e7b4020c94d918e7683f /usr/src/man/man3lib/libc.3lib | |
parent | 9729663dccf3af95363464bd23939c153a918fd9 (diff) | |
download | illumos-gate-462453d2d0c563559a4caf186db76954e563bd1a.tar.gz |
1633 implement posix_spawn_pipe_np()
Reviewed by: Adam Leventhal <Adam.Leventhal@delphix.com>
Reviewed by: Eric Schrock <Eric.Schrock@delphix.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Eric Schrock <Eric.Schrock@delphix.com>
Diffstat (limited to 'usr/src/man/man3lib/libc.3lib')
-rw-r--r-- | usr/src/man/man3lib/libc.3lib | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/src/man/man3lib/libc.3lib b/usr/src/man/man3lib/libc.3lib index 6814320f2d..036786751a 100644 --- a/usr/src/man/man3lib/libc.3lib +++ b/usr/src/man/man3lib/libc.3lib @@ -3,6 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] +.\" Copyright 2011 by Delphix. All rights reserved. .TH LIBC 3LIB "Sep 15, 2009" .SH NAME libc \- C library @@ -425,8 +426,11 @@ l l . \fBposix_memalign\fR \fBposix_openpt\fR \fBposix_spawn\fR \fBposix_spawn_file_actions_addclose\fR \fBposix_spawn_file_actions_addclosefrom_np\fR \fBposix_spawn_file_actions_adddup2\fR -\fBposix_spawn_file_actions_addopen\fR \fBposix_spawn_file_actions_destroy\fR -\fBposix_spawn_file_actions_init\fR \fBposix_spawnattr_destroy\fR +\fBposix_spawn_file_actions_addopen\fR +\fBposix_spawn_file_actions_destroy\fR +\fBposix_spawn_file_actions_init\fR +\fBposix_spawn_pipe_np\fR +\fBposix_spawnattr_destroy\fR \fBposix_spawnattr_getflags\fR \fBposix_spawnattr_getpgroup\fR \fBposix_spawnattr_getschedparam\fR \fBposix_spawnattr_getschedpolicy\fR \fBposix_spawnattr_getsigdefault\fR \fBposix_spawnattr_getsigignore_np\fR |