diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-16 00:38:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-16 00:38:29 +0000 |
commit | 7d1ed880a31e061f8bb98dffce6fef6bd0bffec9 (patch) | |
tree | 289afcd454ee9c75cd611904ca53c701bd36b7f8 /ChangeLog | |
parent | 75c151a1b9fa69f17e2be204eafac875d806b445 (diff) | |
download | glibc-7d1ed880a31e061f8bb98dffce6fef6bd0bffec9.tar glibc-7d1ed880a31e061f8bb98dffce6fef6bd0bffec9.tar.gz glibc-7d1ed880a31e061f8bb98dffce6fef6bd0bffec9.tar.bz2 glibc-7d1ed880a31e061f8bb98dffce6fef6bd0bffec9.zip |
Update.
2002-10-15 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
support for reiserfs and xfs.
* sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
XFS link count.
* sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
and XFS_LINK_MAX.
Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2002-10-15 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add + support for reiserfs and xfs. + + * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for + XFS link count. + * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC + and XFS_LINK_MAX. + Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706]. + 2002-10-16 Jakub Jelinek <jakub@redhat.com> * include/libc-symbols.h (attribute_tls_model_ie): Define. |