timespec_get: New module.
[gnulib.git] / modules / execl
blob9d64c5c78eb3a5050c7e492a9eee281c086a7dcc
1 Description:
2 execl() function: Execute a program, replacing the current process.
4 Files:
5 lib/execl.c
6 m4/execl.m4
8 Depends-on:
9 unistd
10 execv           [test $REPLACE_EXECL = 1]
11 malloca         [test $REPLACE_EXECL = 1]
13 configure.ac:
14 gl_FUNC_EXECL
15 if test $REPLACE_EXECL = 1; then
16   AC_LIBOBJ([execl])
18 gl_UNISTD_MODULE_INDICATOR([execl])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all