about summary refs log tree commit diff
path: root/nss/nss_files_functions.c
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2022-07-25 11:25:15 +0200
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-07-25 11:06:49 -0300
commit794c27446fd735526d9d782478edd1141b10e3ab (patch)
treedfa7258a5087a3a9ed6d6f956e3212a1d7f5f7f7 /nss/nss_files_functions.c
parent0c5605989f72457b50e4eccad3e99a28929d89ba (diff)
downloadglibc-794c27446fd735526d9d782478edd1141b10e3ab.tar.gz
glibc-794c27446fd735526d9d782478edd1141b10e3ab.tar.xz
glibc-794c27446fd735526d9d782478edd1141b10e3ab.zip
struct stat is not 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.

Change __USE_MISC to __USE_XOPEN2K8 in the __USE_FILE_OFFSET64 version
of struct stat for microblaze.
Diffstat (limited to 'nss/nss_files_functions.c')
0 files changed, 0 insertions, 0 deletions