summaryrefslogtreecommitdiff
path: root/modules/posix_spawnattr_getsigmask
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-28 14:08:04 +0200
committerBruno Haible <bruno@clisp.org>2008-09-28 14:08:04 +0200
commita6694a282b6d9c86beacd77b65a30626af293ba1 (patch)
tree67120fa168b6f1ea53e59f3bfe8ef32483c5d70a /modules/posix_spawnattr_getsigmask
parente1bc60aed63b32e43fb8edc3bb6c02c8b170a8f2 (diff)
downloadgnulib-a6694a282b6d9c86beacd77b65a30626af293ba1.tar.gz
New module 'posix_spawnattr_getsigmask'.
Diffstat (limited to 'modules/posix_spawnattr_getsigmask')
-rw-r--r--modules/posix_spawnattr_getsigmask30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/posix_spawnattr_getsigmask b/modules/posix_spawnattr_getsigmask
new file mode 100644
index 0000000000..e33f150b04
--- /dev/null
+++ b/modules/posix_spawnattr_getsigmask
@@ -0,0 +1,30 @@
+Description:
+posix_spawnattr_getsigmask() function: get the set of initially blocked signals
+specified for child process.
+
+Files:
+lib/spawnattr_getsigmask.c
+m4/posix_spawn.m4
+
+Depends-on:
+spawn
+
+configure.ac:
+gl_POSIX_SPAWN
+if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
+ gl_REPLACE_SPAWN_H
+ AC_LIBOBJ([spawnattr_getsigmask])
+fi
+gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getsigmask])
+
+Makefile.am:
+
+Include:
+<spawn.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, glibc
+