1spawn.h(3HEAD) Headers spawn.h(3HEAD)
2
3
4
6 spawn.h, spawn - spawn
7
9 #include <spawn.h>
10
11
13 The <spawn.h> header defines the posix_spawnattr_t and
14 posix_spawn_file_actions_t types used in performing spawn operations.
15
16
17 The <spawn.h> header defines the flags that can be set in a posix_spaw‐
18 nattr_t object using the posix_spawnattr_setflags() function:
19
20 POSIX_SPAWN_RESETIDS
21 POSIX_SPAWN_SETPGROUP
22 POSIX_SPAWN_SETSCHEDPARAM
23 POSIX_SPAWN_SETSCHEDULER
24 POSIX_SPAWN_SETSIGDEF
25 POSIX_SPAWN_SETSIGMASK
26
27
28
29 Inclusion of the <spawn.h> header can make visible symbols defined in
30 the <sched.h>, <signal.h>, and <sys/types.h> headers.
31
33 See attributes(5) for descriptions of the following attributes:
34
35
36
37
38 ┌─────────────────────────────┬─────────────────────────────┐
39 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │Interface Stability │Standard │
42 └─────────────────────────────┴─────────────────────────────┘
43
45 sched.h(3HEAD), semaphore.h(3HEAD), signal.h(3HEAD), types.h(3HEAD),
46 attributes(5), standards(5)
47
48
49
50SunOS 5.11 10 Sep 2004 spawn.h(3HEAD)