xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / posix_spawnattr_getsigmask
blob3435de2f25ba0764214ce27c976a41ef3c81d2c8
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 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15   AC_LIBOBJ([spawnattr_getsigmask])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getsigmask])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 Bruno Haible, glibc