test-stddef: test for (some) offsetof bugs
[gnulib.git] / modules / posix_spawnattr_setsigmask
1 Description:
2 posix_spawnattr_setsigmask() function: specify the set of initially blocked
3 signals for child process.
4
5 Files:
6 lib/spawnattr_setsigmask.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_setsigmask])
17 fi
18 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setsigmask])
19
20 Makefile.am:
21
22 Include:
23 <spawn.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible, glibc
30