diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 10:11:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-25 10:11:50 +0000 |
commit | 87d2f3f00a4ca5d693855a7202ec0036dd8b23a6 (patch) | |
tree | 67335fa5f716a7bb72f236bb7b211f55f6e094c0 /ChangeLog | |
parent | 2da161d47ec70b963b50bcce16e63c67bc9b0706 (diff) | |
download | glibc-87d2f3f00a4ca5d693855a7202ec0036dd8b23a6.tar.gz glibc-87d2f3f00a4ca5d693855a7202ec0036dd8b23a6.tar.xz glibc-87d2f3f00a4ca5d693855a7202ec0036dd8b23a6.zip |
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-- | ChangeLog | 8 |
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. |