From a50484eb14bf2c2a8dc420ba2ad037fd85f9c739 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Dec 2020 14:23:10 +0100 Subject: execvpe: New module. * lib/execvpe.c: New file. * m4/execvpe.m4: New file. * modules/execvpe: New file. * doc/glibc-functions/execvpe.texi: Mention the Windows problems and the new module. --- modules/execvpe | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 modules/execvpe (limited to 'modules/execvpe') diff --git a/modules/execvpe b/modules/execvpe new file mode 100644 index 0000000000..792a2c761f --- /dev/null +++ b/modules/execvpe @@ -0,0 +1,30 @@ +Description: +execvpe() function: Execute a program, replacing the current process. + +Files: +lib/execvpe.c +m4/execvpe.m4 + +Depends-on: +unistd +extensions +findprog-in [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1] +execve [test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1] + +configure.ac: +gl_FUNC_EXECVPE +if test $HAVE_EXECVPE = 0 || test $REPLACE_EXECVPE = 1; then + AC_LIBOBJ([execvpe]) +fi +gl_UNISTD_MODULE_INDICATOR([execvpe]) + +Makefile.am: + +Include: + + +License: +LGPLv2+ + +Maintainer: +all -- cgit v1.2.1