summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2008-06-17 06:26:29 +0000
committerdavidxu <davidxu@FreeBSD.org>2008-06-17 06:26:29 +0000
commit3c1842a44c305fc36a39fec10fab78ad2db84f9e (patch)
tree3becab100d0d969a37794d8b43bde8568de3d68d /include/Makefile
parent0b0ecff057d6974579e798f31444aae33a98c1b8 (diff)
downloadFreeBSD-src-3c1842a44c305fc36a39fec10fab78ad2db84f9e.zip
FreeBSD-src-3c1842a44c305fc36a39fec10fab78ad2db84f9e.tar.gz
Add POSIX routines called posix_spawn() and posix_spawnp(), which
can be used as replacements for exec/fork in a lot of cases. This change also added execvpe() which allows environment variable PATH to be used for searching executable file, it is used for implementing posix_spawnp(). PR: standards/122051
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 46381db..4a857b0 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -19,7 +19,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
printf.h proc_service.h pthread.h \
pthread_np.h pwd.h ranlib.h readpassphrase.h regex.h regexp.h \
res_update.h resolv.h runetype.h search.h setjmp.h sgtty.h \
- signal.h stab.h \
+ signal.h spawn.h stab.h \
stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \
strings.h sysexits.h tar.h tgmath.h \
time.h timeconv.h timers.h ttyent.h \
OpenPOWER on IntegriCloud