symlink: Update regarding AIX.
[gnulib.git] / modules / posix_spawn_file_actions_destroy
1 Description:
2 posix_spawn_file_actions_destroy() function: free a child process actions
3 specification.
4
5 Files:
6 lib/spawn_faction_destroy.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([spawn_faction_destroy])
17 fi
18 gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_destroy])
19
20 Makefile.am:
21
22 Include:
23 <spawn.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible, glibc
30