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