glibc/sysdeps/unix/sysv/linux/microblaze
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
..
be stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) 2022-07-22 11:58:27 -03:00
bits struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64 2022-07-25 11:06:49 -03:00
le stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) 2022-07-22 11:58:27 -03:00
sys
Implies
Makefile
Versions
____longjmp_chk.S
arch-syscall.h
c++-types.data
clock-compat.c
clone.S
kernel-features.h
kernel_stat.h
ld.abilist
localplt.data
pselect32.c
shlib-versions
sigcontextinfo.h
single-thread.h Replace __libc_multiple_threads with __libc_single_threaded 2022-07-05 10:14:47 -03:00
syscall.S
syscalls.list
sysctl.c
sysdep.S
sysdep.h Replace __libc_multiple_threads with __libc_single_threaded 2022-07-05 10:14:47 -03:00
time64-compat.h
vfork.S
xstatver.h