about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-06-02 07:03:02 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-02 07:03:02 -0700
commit3d5243d4160519e56cba6eceae9b1d0e6b642515 (patch)
tree0a604dc10d26cd8d340eaeba814abd6cbf8bbe0c /posix/Makefile
parentfd96f062085be71f4e2c07c98a3002bd55793b6e (diff)
downloadglibc-3d5243d4160519e56cba6eceae9b1d0e6b642515.tar.gz
glibc-3d5243d4160519e56cba6eceae9b1d0e6b642515.tar.xz
glibc-3d5243d4160519e56cba6eceae9b1d0e6b642515.zip
Implement execvpe.
There is some existing practice in other OSes and it's trivial to
implement giving the existing code.  Fixes BZ #10221.
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index d9a1ac768f..8d8fbe5234 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -43,7 +43,7 @@ routines :=								      \
 	wait waitpid wait3 wait4 waitid					      \
 	alarm sleep pause nanosleep					      \
 	fork vfork _exit						      \
-	execve fexecve execv execle execl execvp execlp			      \
+	execve fexecve execv execle execl execvp execlp execvpe		      \
 	getpid getppid							      \
 	getuid geteuid getgid getegid getgroups setuid setgid group_member    \
 	getpgid setpgid getpgrp bsd-getpgrp setpgrp getsid setsid	      \