diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-14 21:20:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-14 21:20:51 +0000 |
commit | 506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c (patch) | |
tree | ae94b10219ae5184bda4b83c0142886822412c9c /ChangeLog | |
parent | 806bc96abb96212c38ef54ea80a86b45647161eb (diff) | |
download | glibc-506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c.zip glibc-506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c.tar.gz glibc-506cbf1f43a3bba63b9f4dd6d5a9a1d15f0dcf2c.tar.bz2 |
* posix/execvp.c (execvp): Use file name including path when
trying to run it with shell.
* posix/Makefile: Add rules to build and run tst-execvp3.
* posix/tst-execvp3.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-04-14 Ulrich Drepper <drepper@redhat.com> + + * posix/execvp.c (execvp): Use file name including path when + trying to run it with shell. + * posix/Makefile: Add rules to build and run tst-execvp3. + * posix/tst-execvp3.c: New file. + 2005-04-12 Ulrich Drepper <drepper@redhat.com> * stdlib/random_r.c (__initstate_r): Don't use non-existing state. |