aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-02-02 10:16:17 +0000
committerRoland McGrath <roland@gnu.org>2006-02-02 10:16:17 +0000
commit212ab55aaac55a701ac7baf7b5f80d82a3f45041 (patch)
treecd7058f073b8924fcf6f8fd38cd24f6aee9abeb6 /ChangeLog
parent30c14fdb7b289916af895bc1fb027e7f6534b370 (diff)
downloadglibc-212ab55aaac55a701ac7baf7b5f80d82a3f45041.zip
glibc-212ab55aaac55a701ac7baf7b5f80d82a3f45041.tar.gz
glibc-212ab55aaac55a701ac7baf7b5f80d82a3f45041.tar.bz2
* 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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b113e5..086d6c6 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,