1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-24 21:08:04 +03:00
Files
glibc/sysdeps/unix/sysv/linux
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
..
2022-07-05 10:08:48 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-05-16 15:03:49 -03:00
2022-06-30 14:56:21 -03:00
2022-06-30 14:56:21 -03:00
2022-05-04 15:37:21 +02:00
2022-06-30 14:56:21 -03:00
2022-07-05 10:08:48 -03:00
2022-06-30 14:56:21 -03:00
2022-07-05 10:08:48 -03:00
2022-05-17 10:36:59 -03:00
2022-07-05 10:08:48 -03:00