about summary refs log tree commit diff
path: root/support/support-xstat-time64.c
Commit message (Collapse)AuthorAgeFilesLines
* libsupport: Add 64-bit time_t support for stat functionsAdhemerval Zanella2021-06-151-0/+32
The patch adds redirections for xstat, xlstat, and xfstat when _TIME_BITS=64 is defined. Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>