diff options
author | Roland McGrath <roland@gnu.org> | 2006-02-02 10:16:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-02-02 10:16:17 +0000 |
commit | 212ab55aaac55a701ac7baf7b5f80d82a3f45041 (patch) | |
tree | cd7058f073b8924fcf6f8fd38cd24f6aee9abeb6 /ChangeLog | |
parent | 30c14fdb7b289916af895bc1fb027e7f6534b370 (diff) | |
download | glibc-212ab55aaac55a701ac7baf7b5f80d82a3f45041.tar.gz glibc-212ab55aaac55a701ac7baf7b5f80d82a3f45041.tar.xz glibc-212ab55aaac55a701ac7baf7b5f80d82a3f45041.zip |
* sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the same
fstat check for ENOENT that should be EBADF as for ENOTDIR, and also check for missing /proc the same way.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9b113e5b0b..086d6c65d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-02-02 Roland McGrath <roland@redhat.com> + * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the same + fstat check for ENOENT that should be EBADF as for ENOTDIR, and also + check for missing /proc the same way. + * include/errno.h [__cplusplus]: Avoid extra header magic for C++. * manual/install.texi (Tools for Compilation): Require gcc 3.4, |