annotate modules/posix_spawn_file_actions_destroy @ 30201:172b833cb518

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