summaryrefslogtreecommitdiff
path: root/gnulib/modules/posix_spawn_file_actions_destroy
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/posix_spawn_file_actions_destroy')
m---------gnulib0
-rw-r--r--gnulib/modules/posix_spawn_file_actions_destroy29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/posix_spawn_file_actions_destroy b/gnulib/modules/posix_spawn_file_actions_destroy
new file mode 100644
index 0000000..ae1ea0d
--- /dev/null
+++ b/gnulib/modules/posix_spawn_file_actions_destroy
@@ -0,0 +1,29 @@
+Description:
+posix_spawn_file_actions_destroy() function: free a child process actions
+specification.
+
+Files:
+lib/spawn_faction_destroy.c
+m4/posix_spawn.m4
+
+Depends-on:
+spawn
+
+configure.ac:
+gl_POSIX_SPAWN
+if test $HAVE_POSIX_SPAWN = 0 || test $REPLACE_POSIX_SPAWN = 1; then
+ AC_LIBOBJ([spawn_faction_destroy])
+fi
+gl_SPAWN_MODULE_INDICATOR([posix_spawn_file_actions_destroy])
+
+Makefile.am:
+
+Include:
+<spawn.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible, glibc
+