]> git.ipfire.org Git - thirdparty/glibc.git/commit
Define __STATFS_MATCHES_STATFS64
authorAlistair Francis <alistair.francis@wdc.com>
Tue, 13 Aug 2019 20:35:28 +0000 (13:35 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Thu, 24 Oct 2019 16:14:26 +0000 (09:14 -0700)
commitacab05949fd28cdac6358f9a143cd010e08914b7
tree1c2b98ae3fc69bdf85029a636e1f02cfb88bb18c
parent3007ad2140256e83918ce531435385fa003e9fce
Define __STATFS_MATCHES_STATFS64

Add a new macro __STATFS_MATCHES_STATFS64 that specifies if fsblkcnt_t
matches fsblkcnt64_t and if fsfilcnt_t matches fsfilcnt64_t.

As we don't have the padding we also need to update the overflow checker
to not access the undefined members.
bits/typesizes.h
sysdeps/mach/hurd/bits/typesizes.h
sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
sysdeps/unix/sysv/linux/generic/bits/statfs.h
sysdeps/unix/sysv/linux/generic/bits/typesizes.h
sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h
sysdeps/unix/sysv/linux/s390/bits/typesizes.h
sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
sysdeps/unix/sysv/linux/x86/bits/typesizes.h