summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-04-26 06:03:18 +0000
committerRoland McGrath <roland@gnu.org>1996-04-26 06:03:18 +0000
commitb1794a285fcdb09129bbd9d984f45278822637ba (patch)
tree5fe47a6e12fdd9032d3403ec2078d19b491f675e
parentb2c8be1fdff0639fafd06132bcdf35d6d39aab65 (diff)
Thu Apr 25 15:49:57 1996 Miles Bader <miles@gnu.ai.mit.edu>cvs/libc-960428cvs/libc-960427cvs/libc-960426
* sysdeps/mach/hurd/getcwd.c (__getcwd): When we find a match in the scan for a name, avoid doing another readdir (which overwrites NENTRIES, and was resulting in a bogus ENOENT). * sysdeps/mach/hurd/fcntl.c (__fcntl): Add missing break after F_SETFL.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43d5087b2f..de77e989b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@ Fri Apr 26 01:55:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* malloc/mcheck.c (mabort): Use __libc_fatal only #ifdef _LIBC.
+Thu Apr 25 15:49:57 1996 Miles Bader <miles@gnu.ai.mit.edu>
+
+ * sysdeps/mach/hurd/getcwd.c (__getcwd): When we find a match in
+ the scan for a name, avoid doing another readdir (which overwrites
+ NENTRIES, and was resulting in a bogus ENOENT).
+
+ * sysdeps/mach/hurd/fcntl.c (__fcntl): Add missing break after F_SETFL.
+
Wed Apr 24 00:22:42 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdio/internals.c (seek_to_target): Set errno if seek function