about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-20 08:32:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-20 08:32:39 +0000
commitc200ecdff48ea1cedd00e6019e436459f3d2023a (patch)
tree53982d25b822a52304f04721c462d26a3b0bc4de /ChangeLog
parent2541eda0d4528470d93c71be0a0b74b9dcae9b14 (diff)
downloadglibc-c200ecdff48ea1cedd00e6019e436459f3d2023a.tar.gz
glibc-c200ecdff48ea1cedd00e6019e436459f3d2023a.tar.xz
glibc-c200ecdff48ea1cedd00e6019e436459f3d2023a.zip
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae7e9b391a..86d9a676f2 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.