summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-20 22:37:35 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-20 22:37:35 +0000
commit7a2645e470f1ba61ffdc71584c670dae6bd3d80c (patch)
tree89d697d6786754e61c6fc66f0e68a7e5950fa797 /ChangeLog
parent48a1d526d02c60c053193945a1c02709f7851f5a (diff)
* sysdeps/unix/sysv/linux/faccessat.c (faccessat): Try using the
syscall in more cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9aaf9d2797..5a47303403 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-01-20 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Try using the
+ syscall in more cases.
+
* io/Makefile (tests): Add tst-symlinkat, tst-linkat, and
tst-readlinkat.
* io/tst-symlinkat.c: New file.