1Description:
2posix_spawnattr_getsigdefault() function: get the set of signals with initially
3the default handler specified for child process.
4
5Files:
6lib/spawnattr_getdefault.c
7m4/posix_spawn.m4
8
9Depends-on:
10spawn
11
12configure.ac:
13gl_POSIX_SPAWN
14if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15  AC_LIBOBJ([spawnattr_getdefault])
16fi
17gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getsigdefault])
18
19Makefile.am:
20
21Include:
22<spawn.h>
23
24License:
25LGPLv2+
26
27Maintainer:
28Bruno Haible, glibc
29
30