warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / posix_spawnattr_getsigdefault
blobe56209bb678c44ef0ce921a9db9dd6373886f8fe
1 Description:
2 posix_spawnattr_getsigdefault() function: get the set of signals with initially
3 the default handler specified for child process.
5 Files:
6 lib/spawnattr_getdefault.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_getdefault])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getsigdefault])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 glibc