https://issues.dlang.org/show_bug.cgi?id=24579
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @tim-dlang created dlang/dmd pull request #16588 "Fix bugzilla 24579 - stat_t has wrong size for Android armv7a" fixing this issue: - Fix bugzilla 24579 - stat_t has wrong size for Android armv7a Offsets in stat_t and dirent are 64-bit on Android, but 32-bit for most other types on 32-bit architectures. For comparison the headers can be seen here: https://android.googlesource.com/platform/bionic/+/refs/heads/main/libc/include/sys/stat.h https://android.googlesource.com/platform/bionic/+/refs/heads/main/libc/include/dirent.h DMD does not support armv7a and does not run tests on Android. I have only tested this patch with LDC for Android armv7a. https://github.com/dlang/dmd/pull/16588 --
