diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 02:05:54 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 02:05:54 +0200 |
commit | 9d9f8f03afdbec53785522e1df421d70d2777f45 (patch) | |
tree | 10abd01fb1c2237211c326a2d1738b46f01d2d12 /math/test-tgmath.c | |
parent | 0dd25301f66058e510aaef0b176e19df2dd28fe7 (diff) | |
download | glibc-9d9f8f03afdbec53785522e1df421d70d2777f45.zip glibc-9d9f8f03afdbec53785522e1df421d70d2777f45.tar.gz glibc-9d9f8f03afdbec53785522e1df421d70d2777f45.tar.bz2 |
hurd: Fix standard compliance of some statvfs fields
Standards require that the f_bsize, f_frsize, f_flag and f_namemax fields be
unsigned long. They used to be only unsigned on hurd, which happens to be
compatible with unsigned long on the only existing, 32bit, port. We can
thus merely fix the type.
* sysdeps/mach/hurd/bits/statvfs.h (struct statvfs): Make f_bsize,
f_namemax, f_frsize, and f_flag fields unsigned long int instead of
unsigned int.
(struct statvfs64): Likewise.
Diffstat (limited to 'math/test-tgmath.c')
0 files changed, 0 insertions, 0 deletions