Description:
execvp() function: Execute a program, replacing the current process.

Files:
lib/execvp.c
m4/execvp.m4

Depends-on:
unistd
environ         [test $REPLACE_EXECVP = 1]
execvpe         [test $REPLACE_EXECVP = 1]

configure.ac:
gl_FUNC_EXECVP
if test $REPLACE_EXECVP = 1; then
  AC_LIBOBJ([execvp])
fi
gl_UNISTD_MODULE_INDICATOR([execvp])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
all
