diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-03 09:00:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-03 09:00:10 +0000 |
commit | c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1 (patch) | |
tree | 8d812046a186ae4dc885ee981ba310d524147466 /ChangeLog | |
parent | e607b492e56e2fc3c08e72d5a58349354a584cf2 (diff) | |
download | glibc-c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1.tar glibc-c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1.tar.gz glibc-c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1.tar.bz2 glibc-c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1.zip |
* posix/execvp.c: Don't use stat to search path; just try execv
until it works.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Sun Apr 2 13:13:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * posix/execvp.c: Don't use stat to search path; just try execv + until it works. + * sysdeps/mach/hurd/i386/trampoline.c: Add a link to SS->active_resources, so that _hurdsig_longjmp_from_handler will be called when a longjmp unwinds the signal frame. |