utimens: Fix test failure on macOS 10.13.
[gnulib.git] / modules / posix_spawnattr_setsigdefault
blob77351fb795ee12c599b3ee7b99cd1dea478cd9c9
1 Description:
2 posix_spawnattr_setsigdefault() function:get the specify of signals with
3 initially the default handler for child process.
5 Files:
6 lib/spawnattr_setdefault.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_setdefault])
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setsigdefault])
19 Makefile.am:
21 Include:
22 <spawn.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 glibc