posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / execv
blobdb64abbe7bb5da29144c24e941cdf13c3d21e6d0
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 if test $REPLACE_EXECV = 1; then
16   AC_LIBOBJ([execv])
18 gl_UNISTD_MODULE_INDICATOR([execv])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all