aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2008-06-17 06:26:29 +0000
committerDavid Xu <davidxu@FreeBSD.org>2008-06-17 06:26:29 +0000
commit947aa542e9b9539d4217d470ab7e3d1fe3b973a5 (patch)
tree3becab100d0d969a37794d8b43bde8568de3d68d /include/Makefile
parentaec9f8e993baa6914ba55cee23f7125e6c75ce3a (diff)
downloadsrc-947aa542e9b9539d4217d470ab7e3d1fe3b973a5.tar.gz
src-947aa542e9b9539d4217d470ab7e3d1fe3b973a5.zip
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
Notes
Notes: svn path=/head/; revision=179838
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 46381db157c5..4a857b0cfee1 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 \