Mercurial > hg > octave-shane > gnulib-hg
annotate modules/posix_spawnattr_getflags @ 15260:84c3ed33329f
xstrtold: Move AC_LIBOBJ invocations to module description.
* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 24 May 2011 03:31:49 +0200 |
parents | f7f11056a86e |
children |
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 AC_LIBOBJ([spawnattr_getflags]) |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 fi |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_getflags]) |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 Makefile.am: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 Include: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 <spawn.h> |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 License: |
13830
10297800b5ad
posix_spawn*, getdtablesize: Relax license.
Bruno Haible <bruno@clisp.org>
parents:
10512
diff
changeset
|
25 LGPLv2+ |
10512
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 Maintainer: |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 Bruno Haible, glibc |
d1aae7aa69e4
New module 'posix_spawnattr_getflags'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 |