diff options
author | Roland McGrath <roland@gnu.org> | 1998-10-23 23:00:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1998-10-23 23:00:53 +0000 |
commit | b1fcf68625449f2af64f973cfe840ff5f150c23e (patch) | |
tree | b1ac016100985cf4e26a03f953958cf23e4ac01a /ChangeLog | |
parent | 8db34fe108b62c166d65bb70377f5e01867dc9fb (diff) | |
download | glibc-b1fcf68625449f2af64f973cfe840ff5f150c23e.tar.gz glibc-b1fcf68625449f2af64f973cfe840ff5f150c23e.tar.xz glibc-b1fcf68625449f2af64f973cfe840ff5f150c23e.zip |
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "". (__opendir): Add trailing slash to name for open, for ENOTDIR check. size_t is defined. Some reordering of definitions to make
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3cd0237a6f..9b1e31cb69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-24 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "". + (__opendir): Add trailing slash to name for open, for ENOTDIR check. + 1998-10-23 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c, @@ -1653,7 +1658,7 @@ 1998-09-13 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/generic/bits/types.h: Include <features.h>. Make sure - size_t is defined. Some reordering of defenitions to make + size_t is defined. Some reordering of definitions to make maintaining this file in parallel with the linux-specific file easier. 1998-09-13 Ulrich Drepper <drepper@cygnus.com> |