]> sourceware.org Git - glibc.git/commit
y2038: Provide conversion helpers for struct __timespec64
authorLukasz Majewski <lukma@denx.de>
Mon, 25 Mar 2019 07:38:02 +0000 (08:38 +0100)
committerLukasz Majewski <lukma@denx.de>
Mon, 30 Sep 2019 22:12:29 +0000 (00:12 +0200)
commit9c44c6a908339e6d6eafa3639e641d5caea5e1ee
treef9cc7bf42d9e16be8dfccd27d6b7098a6e89d3a1
parent71bdf29ac1de04efcce96bc5ce50af3263851ac7
y2038: Provide conversion helpers for struct __timespec64

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

* include/time.h (valid_timeval_to_timespec64): Add.
* include/time.h (valid_timespec_to_timespec64): Likewise.
* include/time.h (valid_timespec64_to_timespec): Likewise.
* include/time.h (valid_timespec64_to_timeval): Likewise.
ChangeLog
include/time.h
This page took 0.040323 seconds and 5 git commands to generate.