]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use 64 bit time_t stat internally
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 2 Mar 2021 20:06:02 +0000 (17:06 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 22 Jun 2021 15:09:52 +0000 (12:09 -0300)
commit52a5fe70a2c77935afe807fb6e904e512ddd894e
treee17476a3ebc60b2e00aea93f24227199caaee8d4
parenta318262bc0081ab83e3f3c90e50462f99148605e
Use 64 bit time_t stat internally

For the legacy ABI with supports 32-bit time_t it calls the 64-bit
time directly, since the LFS symbols calls the 64-bit time_t ones
internally.

Checked on i686-linux-gnu and x86_64-linux-gnu.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
35 files changed:
csu/check_fds.c
elf/dl-load.c
elf/dl-misc.c
elf/dl-profile.c
iconv/gconv_cache.c
include/dirent.h
include/file_change_detection.h
inet/rcmd.c
intl/loadmsgcat.c
io/Makefile
io/file_change_detection.c
io/getdirname.c
libio/filedoalloc.c
libio/fileops.c
libio/oldfileops.c
libio/wfileops.c
locale/loadarchive.c
locale/loadlocale.c
nscd/nscd_helper.c
nss/nss_database.c
sysdeps/posix/dl-fileid.h
sysdeps/posix/euidaccess.c
sysdeps/posix/getaddrinfo.c
sysdeps/posix/getcwd.c
sysdeps/posix/pathconf.c
sysdeps/posix/sysconf.c
sysdeps/posix/tempname.c
sysdeps/unix/sysv/linux/fdopendir.c
sysdeps/unix/sysv/linux/fexecve.c
sysdeps/unix/sysv/linux/opendir.c
sysdeps/unix/sysv/linux/pathconf.c
sysdeps/unix/sysv/linux/ttyname.h
sysdeps/unix/sysv/linux/ttyname_r.c
sysvipc/ftok.c
time/tzfile.c