Created attachment 14230 [details] Make struct stat posix conformant on microblaze with __USE_FILE_OFFSET64 Commit a06b40cdf5ba0d2ab4f9b4c77d21e45ff284fac7 updated stat.h to use __USE_XOPEN2K8 instead of __USE_MISC to add the st_atim, st_mtim and st_ctim members to struct stat. However, for microblaze, there are two definitions of struct stat, depending on the __USE_FILE_OFFSET64 macro. The second one was not updated. Fix attached.
Created attachment 14231 [details] Make struct stat posix conformant on microblaze with __USE_FILE_OFFSET64 Original patch was based on an old branch - rebased it on master.
Thanks for cathing it, I will install it.
Fixed on 2.36.