errno-h: document Haiku errors can’t be -1
[gnulib.git] / modules / posix_spawnattr_setsigdefault
blob521dce65a3b6e9676fa635efa45643036bb17ad8
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-h
12 configure.ac:
13 gl_POSIX_SPAWN
14 gl_CONDITIONAL([GL_COND_OBJ_SPAWNATTR_SETDEFAULT],
15                [test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1])
16 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setsigdefault])
18 Makefile.am:
19 if GL_COND_OBJ_SPAWNATTR_SETDEFAULT
20 lib_SOURCES += spawnattr_setdefault.c
21 endif
23 Include:
24 <spawn.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 glibc