diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/execl | 29 |
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 |