diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-12-14 05:41:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-12-14 05:41:07 +0000 |
commit | 1cc444baba3d085154c7a75a058cefc86c2ffce7 (patch) | |
tree | d3d2f3f41eaca937a197a0fcb3d9a189017df6ee /ChangeLog | |
parent | 1e88bd0f1b62bd58f283241877a0b3e66e199e76 (diff) | |
download | glibc-1cc444baba3d085154c7a75a058cefc86c2ffce7.zip glibc-1cc444baba3d085154c7a75a058cefc86c2ffce7.tar.gz glibc-1cc444baba3d085154c7a75a058cefc86c2ffce7.tar.bz2 |
* sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME.cvs/fedora-glibc-20061214T0850
* sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
Handle relatime mount option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-12-13 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME. + * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags): + Handle relatime mount option. + [BZ #2337] * libio/Makefile (tests): Add tst-setvbuf1. * libio/tst-setvbuf1.c: New file. |