comparison modules/posix_spawnattr_getflags @ 10512:d1aae7aa69e4

New module 'posix_spawnattr_getflags'.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Sep 2008 13:54:09 +0200
parents
children 10297800b5ad
comparison
equal deleted inserted replaced
10511:49d1dc7b5213 10512:d1aae7aa69e4
1 Description:
2 posix_spawnattr_getflags() function: get bitmask of attributes specified for
3 child process.
4
5 Files:
6 lib/spawnattr_getflags.c
7 m4/posix_spawn.m4
8
9 Depends-on:
10 spawn
11
12 configure.ac:
13 gl_POSIX_SPAWN
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
15 gl_REPLACE_SPAWN_H
16 AC_LIBOBJ([spawnattr_getflags])
17 fi
18 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getflags])
19
20 Makefile.am:
21
22 Include:
23 <spawn.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible, glibc
30