aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae7e9b3..86d9a67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-03-20 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Return
+ LINUX_LINK_MAX only if the statfs function is not implemented for
+ the filesystem.
+
+ * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Return
+ LINUX_LINK_MAX only if the fstatfs function is not implemented for
+ the filesystem.
+
2001-03-19 Ulrich Drepper <drepper@redhat.com>
* elf/dl-dst.h (DL_DST_COUNT): Add __builtin_expect.