diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 14:42:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-04 14:42:25 +0000 |
commit | 17f83e56d0d54b3e36912d5ba1795624497d2559 (patch) | |
tree | 68ed589bf7d6caff261cfc662abd27b25994e741 /ChangeLog | |
parent | fbb37d259d798875a5977a84840c81b06f49b641 (diff) | |
download | glibc-17f83e56d0d54b3e36912d5ba1795624497d2559.tar.gz glibc-17f83e56d0d54b3e36912d5ba1795624497d2559.tar.xz glibc-17f83e56d0d54b3e36912d5ba1795624497d2559.zip |
Update.
* sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max): Report correct value for vxfs. * sysdeps/unix/sysv/linux/linux_fsinfo.h: Dfeine VXFS_SUPER_MAGIC.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fbe0768e3c..bc25c68f44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-09-04 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max): + Report correct value for vxfs. + * sysdeps/unix/sysv/linux/linux_fsinfo.h: Dfeine VXFS_SUPER_MAGIC. + * gmon/gmon.c: Use only not-cancelable syscalls to write profiling data. |