annotate modules/posix_spawnattr_setsigmask @ 30214:c83852e794d9

New module 'posix_spawnattr_setsigmask'.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Sep 2008 14:08:51 +0200
parents
children 10297800b5ad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30214
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 posix_spawnattr_setsigmask() function: specify the set of initially blocked
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 signals for child process.
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Files:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/spawnattr_setsigmask.c
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/posix_spawn.m4
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 spawn
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_POSIX_SPAWN
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gl_REPLACE_SPAWN_H
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 AC_LIBOBJ([spawnattr_setsigmask])
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 fi
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_setsigmask])
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <spawn.h>
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Bruno Haible, glibc
c83852e794d9 New module 'posix_spawnattr_setsigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30