This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH v2 0/5] Y2038: process remaining struct tm conv functions
- From: "Albert ARIBAUD (3ADEV)" <albert dot aribaud at 3adev dot fr>
- To: libc-alpha at sourceware dot org
- Date: Tue, 18 Dec 2018 15:09:50 +0100
- Subject: [PATCH v2 0/5] Y2038: process remaining struct tm conv functions
These five patches are similar to commit 6e15f3e just applied for
function localtime ; each one covers one of the other functions
converting to or from struct tm.
v2: added period and double spaces where missing in comments
added libc_hidden_proto / libc_hidden_def
added missing #else part of __gmtime64 declaration
removed extra call arguments in some wrapper definitions
Series tested with 'make check' on x86_64-linux-gnu and i686-linux.gnu.
Albert ARIBAUD (3ADEV) (5):
Y2038: add function __localtime64_r
Y2038: add function __gmtime64
Y2038: add function __gmtime64_r
Y2038: add function __ctime64
Y2038: add function __ctime64_r
include/time.h | 38 ++++++++++++++++++++++++++++++++++++++
time/ctime.c | 19 +++++++++++++++++--
time/ctime_r.c | 19 +++++++++++++++++--
time/gmtime.c | 36 +++++++++++++++++++++++++++++++++---
time/localtime.c | 17 ++++++++++++++++-
5 files changed, 121 insertions(+), 8 deletions(-)
--
2.17.1