Headers spawn.h(3HEAD)
NAME
spawn.h, spawn - spawn
SYNOPSIS
#include
DESCRIPTION
The
header defines the posix_spawnattr_t and posix_spawn_file_actions_t types used in performing spawn
operations.The
header defines the flags that can be set in a posix_spawnattr_t object using the
posix_spawnattr_setflags() function:
POSIX_SPAWN_RESETIDS
POSIX_SPAWN_SETPGROUP
POSIX_SPAWN_SETSCHEDPARAM
POSIX_SPAWN_SETSCHEDULER
POSIX_SPAWN_SETSIGDEF
POSIX_SPAWN_SETSIGMASK
Inclusion of the
defined in theheader can make visible symbols , , and headers. ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| Standard | See standards(5). ||_____________________________|_____________________________|
SEE ALSO
sched.h(3HEAD), semaphore.h(3HEAD), signal.h(3HEAD), types.h(3HEAD), attributes(5), standards(5)SunOS 5.11 Last change: 10 Sep 2004 1