From: Roland McGrath Date: Fri, 23 Oct 1998 23:00:53 +0000 (+0000) Subject: 1998-10-24 Roland McGrath X-Git-Tag: upstream/2.30~28005 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b1fcf68625449f2af64f973cfe840ff5f150c23e;p=external%2Fglibc.git 1998-10-24 Roland McGrath * 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 --- diff --git a/ChangeLog b/ChangeLog index 3cd0237..9b1e31c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-10-24 Roland McGrath + + * 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 * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c, @@ -1653,7 +1658,7 @@ 1998-09-13 Mark Kettenis * sysdeps/generic/bits/types.h: Include . 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