summaryrefslogtreecommitdiff
path: root/posix/Versions
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/Versions
parentfd96f062085be71f4e2c07c98a3002bd55793b6e (diff)
downloadglibc-3d5243d4160519e56cba6eceae9b1d0e6b642515.tar.gz
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/Versions')
-rw-r--r--posix/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions
index 10625f19e1..686c446bcd 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -131,6 +131,9 @@ libc {
GLIBC_2.10 {
__posix_getopt;
}
+ GLIBC_2.11 {
+ execvpe;
+ }
GLIBC_PRIVATE {
__libc_fork; __libc_pwrite;
}