summaryrefslogtreecommitdiff
path: root/gnulib/modules/posix_spawnattr_destroy
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/posix_spawnattr_destroy')
m---------gnulib0
-rw-r--r--gnulib/modules/posix_spawnattr_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_spawnattr_destroy b/gnulib/modules/posix_spawnattr_destroy
new file mode 100644
index 0000000..59fd22b
--- /dev/null
+++ b/gnulib/modules/posix_spawnattr_destroy
@@ -0,0 +1,29 @@
+Description:
+posix_spawnattr_destroy() function: free a child process attributes
+specification.
+
+Files:
+lib/spawnattr_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([spawnattr_destroy])
+fi
+gl_SPAWN_MODULE_INDICATOR([posix_spawnattr_destroy])
+
+Makefile.am:
+
+Include:
+<spawn.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Bruno Haible, glibc
+