doc: Mention backtrace functions supported on BSD.
[gnulib.git] / modules / posix_spawnattr_getsigmask
blob608127f2990fae1a93624b57417a752c4182df94
1 Description:
2 posix_spawnattr_getsigmask() function: get the set of initially blocked signals
3 specified for child process.
5 Files:
6 lib/spawnattr_getsigmask.c
7 m4/posix_spawn.m4
9 Depends-on:
10 spawn
12 configure.ac:
13 gl_POSIX_SPAWN
14 gl_CONDITIONAL([GL_COND_OBJ_SPAWNATTR_GETSIGMASK],
15                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1])
16 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getsigmask])
18 Makefile.am:
19 if GL_COND_OBJ_SPAWNATTR_GETSIGMASK
20 lib_SOURCES += spawnattr_getsigmask.c
21 endif
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc