glibc/sysdeps/unix/sysv/linux/microblaze/bits
Arnout Vandecappelle (Essensium/Mind) 794c27446f struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64
Commit a06b40cdf5 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.

Change __USE_MISC to __USE_XOPEN2K8 in the __USE_FILE_OFFSET64 version
of struct stat for microblaze.
2022-07-25 11:06:49 -03:00
..
fcntl.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
procfs.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
struct_stat.h struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64 2022-07-25 11:06:49 -03:00
timesize.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00