]> git.ipfire.org Git - thirdparty/glibc.git/commit
Y2038: add function __lstat64_time64 (and __lxstat64_time64)
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Thu, 7 Sep 2017 22:41:53 +0000 (00:41 +0200)
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Wed, 24 Oct 2018 10:53:27 +0000 (12:53 +0200)
commit17e59e4743d1f69a831a663321adb25ab7e555c5
treea9ef3ceb26f75a9644479a7391a4b6bbfec37aaa
parent84909c7b83f5659780ad1d419dd17848ca35e221
Y2038: add function __lstat64_time64 (and __lxstat64_time64)

These implementations just use the existing syscalls and convert from
kernel 32-bit-time struct stat64 to GLIBC Y2038-ready struct __stat64_t64.
include/sys/stat.h
io/Versions
io/lstat64.c
sysdeps/unix/sysv/linux/lxstat64.c