summaryrefslogtreecommitdiff
path: root/modules/execv
blob: db64abbe7bb5da29144c24e941cdf13c3d21e6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
execv() function: Execute a program, replacing the current process.

Files:
lib/execv.c
m4/execv.m4

Depends-on:
unistd
environ         [test $REPLACE_EXECV = 1]
execve          [test $REPLACE_EXECV = 1]

configure.ac:
gl_FUNC_EXECV
if test $REPLACE_EXECV = 1; then
  AC_LIBOBJ([execv])
fi
gl_UNISTD_MODULE_INDICATOR([execv])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
all