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

This implementation uses __settimeofday64.
Therefore, on a system where current time-of-day is 32 bits, this
implementation will fail for dates beyond Y2038.
sysdeps/unix/stime64.c [new file with mode: 0644]
time/Makefile
time/Versions
time/stime.c