summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-12-26 14:36:35 +0100
committerBruno Haible <bruno@clisp.org>2020-12-26 14:36:35 +0100
commit7fbf62ebb9e7466a157b5f339d15ff1d11b18d45 (patch)
tree9905fab4e41991b55be7e0ed383b01b0f2a0bffb /modules
parent46c14c901d0a9b3aff27b9b3dde802e0a1c98bea (diff)
downloadgnulib-7fbf62ebb9e7466a157b5f339d15ff1d11b18d45.tar.gz
execl: New module.
* lib/execl.c: New file. * m4/execl.m4: New file. * modules/execl: New file. * doc/posix-functions/execl.texi: Mention more Windows problems and the new module.
Diffstat (limited to 'modules')
-rw-r--r--modules/execl29
1 files changed, 29 insertions, 0 deletions
diff --git a/modules/execl b/modules/execl
new file mode 100644
index 0000000000..9d64c5c78e
--- /dev/null
+++ b/modules/execl
@@ -0,0 +1,29 @@
+Description:
+execl() function: Execute a program, replacing the current process.
+
+Files:
+lib/execl.c
+m4/execl.m4
+
+Depends-on:
+unistd
+execv [test $REPLACE_EXECL = 1]
+malloca [test $REPLACE_EXECL = 1]
+
+configure.ac:
+gl_FUNC_EXECL
+if test $REPLACE_EXECL = 1; then
+ AC_LIBOBJ([execl])
+fi
+gl_UNISTD_MODULE_INDICATOR([execl])
+
+Makefile.am:
+
+Include:
+<unistd.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all