diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-07 16:58:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-07 16:58:39 +0000 |
commit | 42d666a5cbbc41ee099aa8ae31bbe531c32c08cf (patch) | |
tree | 7b51171f7de29a477be502b7e611d995ed2b2853 /ChangeLog | |
parent | 31c46cf53db2849e7318fc0ee3418ef909c69466 (diff) | |
download | glibc-42d666a5cbbc41ee099aa8ae31bbe531c32c08cf.tar glibc-42d666a5cbbc41ee099aa8ae31bbe531c32c08cf.tar.gz glibc-42d666a5cbbc41ee099aa8ae31bbe531c32c08cf.tar.bz2 glibc-42d666a5cbbc41ee099aa8ae31bbe531c32c08cf.zip |
Update.
* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to
f_bsize to help some broken programs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 1999-05-07 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to + f_bsize to help some broken programs. + * stdio-common/tst-printf.c: Add test case for last _itoa problem. * stdio-common/vfprintf.c: Fix typo. |