Mercurial > hg > octave-shane > gnulib-hg
annotate 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 |
rev | line source |
---|---|
10512
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 posix_spawnattr_getflags() function: get bitmask of attributes specified for |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 child process. |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 Files: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 lib/spawnattr_getflags.c |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 m4/posix_spawn.m4 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Depends-on: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 spawn |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 configure.ac: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 gl_POSIX_SPAWN |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 gl_REPLACE_SPAWN_H |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 AC_LIBOBJ([spawnattr_getflags]) |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 fi |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getflags]) |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 Makefile.am: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 Include: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 <spawn.h> |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 License: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 LGPL |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 Maintainer: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 Bruno Haible, glibc |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
30 |