summaryrefslogtreecommitdiff
path: root/gnulib/modules/system-posix
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/system-posix')
m---------gnulib0
-rw-r--r--gnulib/modules/system-posix22
2 files changed, 22 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/system-posix b/gnulib/modules/system-posix
new file mode 100644
index 0000000..d5dc669
--- /dev/null
+++ b/gnulib/modules/system-posix
@@ -0,0 +1,22 @@
+Description:
+system() function: execute a shell command
+
+Files:
+
+Depends-on:
+stdlib
+sys_wait
+
+configure.ac:
+gl_STDLIB_MODULE_INDICATOR([system-posix])
+
+Makefile.am:
+
+Include:
+<stdlib.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible