euidaccess: Fix test failure on native Windows.
[gnulib.git] / modules / execv
blob244d79405f5166b26ba11ca542ab440f6f995e38
1 Description:
2 execv() function: Execute a program, replacing the current process.
4 Files:
5 lib/execv.c
6 m4/execv.m4
8 Depends-on:
9 unistd
10 environ         [test $REPLACE_EXECV = 1]
11 execve          [test $REPLACE_EXECV = 1]
13 configure.ac:
14 gl_FUNC_EXECV
15 gl_CONDITIONAL([GL_COND_OBJ_EXECV], [test $REPLACE_EXECV = 1])
16 gl_UNISTD_MODULE_INDICATOR([execv])
18 Makefile.am:
19 if GL_COND_OBJ_EXECV
20 lib_SOURCES += execv.c
21 endif
23 Include:
24 <unistd.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 all