diff options
author | Matt Turner <mattst88@gmail.com> | 2020-12-21 09:09:43 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-12-21 09:09:43 -0300 |
commit | d552058570ea2c00fb88b4621be3285cda03033f (patch) | |
tree | 1a0e1808c551ddc443f17fc43f719cbd8a8f5231 /manual | |
parent | cad5ad81d2f7f58a7ad0d8afa8c1b7101a0301fb (diff) | |
download | glibc-d552058570ea2c00fb88b4621be3285cda03033f.zip glibc-d552058570ea2c00fb88b4621be3285cda03033f.tar.gz glibc-d552058570ea2c00fb88b4621be3285cda03033f.tar.bz2 |
alpha: Remove anonymous union in struct stat [BZ #27042]
This is clever, but it confuses downstream detection in at least zstd
and GNOME's glib. zstd has preprocessor tests for the 'st_mtime' macro,
which is not provided by the path using the anonymous union; glib checks
for the presence of 'st_mtimensec' in struct stat but then tries to
access that field in struct statx (which might be a bug on its own).
Checked with a build for alpha-linux-gnu.
Diffstat (limited to 'manual')
0 files changed, 0 insertions, 0 deletions