aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-03 09:00:10 +0000
committerRoland McGrath <roland@gnu.org>1995-04-03 09:00:10 +0000
commitc4bf5a3e9a6bddb74d649a7d687111f7c2df04e1 (patch)
tree8d812046a186ae4dc885ee981ba310d524147466 /ChangeLog
parente607b492e56e2fc3c08e72d5a58349354a584cf2 (diff)
downloadglibc-c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1.zip
glibc-c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1.tar.gz
glibc-c4bf5a3e9a6bddb74d649a7d687111f7c2df04e1.tar.bz2
* posix/execvp.c: Don't use stat to search path; just try execv
until it works.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f6e98a..88babc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.