summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-25 10:11:50 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-25 10:11:50 +0000
commit87d2f3f00a4ca5d693855a7202ec0036dd8b23a6 (patch)
tree67335fa5f716a7bb72f236bb7b211f55f6e094c0 /ChangeLog
parent2da161d47ec70b963b50bcce16e63c67bc9b0706 (diff)
Update.
* sysdeps/unix/sysv/linux/statvfs64.c: Rename to __statvfs64 and make old name weak alias. * sysdeps/generic/statvfs64.c: Likewise. * sysdeps/unix/sysv/linux/fstatvfs64.c: Rename to __fstatvfs64 and make old name weak alias. * sysdeps/generic/fstatvfs64.c: Likewise. * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80bc4e43ad..398502e214 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,19 @@
2001-01-25 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/statvfs64.c: Rename to __statvfs64 and
+ make old name weak alias.
+ * sysdeps/generic/statvfs64.c: Likewise.
+ * sysdeps/unix/sysv/linux/fstatvfs64.c: Rename to __fstatvfs64 and
+ make old name weak alias.
+ * sysdeps/generic/fstatvfs64.c: Likewise.
+
* sysdeps/generic/bits/confname.h: Define _PC_REC_INCR_XFER_SIZE,
_PC_REC_MAX_XFER_SIZE, _PC_REC_MIN_XFER_SIZE, and
_PC_REC_XFER_ALIGN.
* sysdeps/posix/pathconf.c (__pathconf): Implement handling of
_PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
_PC_REC_MIN_XFER_SIZE, and _PC_REC_XFER_ALIGN.
+ * sysdeps/posix/fpathconf.c (__fpathconf): Likewise.
* conform/conformtest.pl: Run Unix tests for XPG6.
Implement handling of known namespace violations.