]> git.ipfire.org Git - thirdparty/glibc.git/commit
libsupport: Add 64-bit time_t support for stat functions
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 26 Feb 2021 12:59:27 +0000 (09:59 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 15 Jun 2021 13:42:11 +0000 (10:42 -0300)
commit372d2ef1f9ef67a679ae5143ab3bac8997b80160
tree05ba66dbc2b337696eb351fe58117a1503465bdc
parente9bc2b3b38ff8a68248cdfe91b0d28c154382ec2
libsupport: Add 64-bit time_t support for stat functions

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>
support/Makefile
support/support-xfstat-time64.c [new file with mode: 0644]
support/support-xstat-time64.c [new file with mode: 0644]
support/xlstat-time64.c [new file with mode: 0644]
support/xunistd.h