about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits/struct_stat_time64_helper.h
Commit message (Collapse)AuthorAgeFilesLines
* y2038: Use a common definition for statLukasz Majewski2021-06-151-0/+66
Instead of replicate the same definitions from struct_stat_time64.h on the multiple struct_stat.h, use a common header which is included when required (struct_stat_time64_helper.h). The 64-bit time support is added only for LFS support. The __USE_TIME_BITS64 is not defined internally yet, although the internal header is used when building the 64-bit stat implementations. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>