]> git.ipfire.org Git - thirdparty/glibc.git/commit
y2038: Provide conversion helpers for struct __timeval64
authorLukasz Majewski <lukma@denx.de>
Thu, 16 Jan 2020 22:44:59 +0000 (23:44 +0100)
committerLukasz Majewski <lukma@denx.de>
Fri, 7 Feb 2020 16:55:08 +0000 (17:55 +0100)
commit29bf83ccd75f865b0f551e7d10f18e6bb8d026bc
tree1ff84ec8a62d5713800357b32fa5a916538e60cc
parentebc2368121bf1932e530ef126b5a0765953e77ad
y2038: Provide conversion helpers for struct __timeval64

Those functions allow easy conversion between Y2038 safe, glibc internal
struct __timeval64 and other time related data structures (like struct timeval
or struct __timespec64).

Build tests:
./src/scripts/build-many-glibcs.py glibcs

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
include/time.h