aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2019-03-25 08:38:02 +0100
committerLukasz Majewski <lukma@denx.de>2019-10-01 00:12:29 +0200
commit9c44c6a908339e6d6eafa3639e641d5caea5e1ee (patch)
treef9cc7bf42d9e16be8dfccd27d6b7098a6e89d3a1 /ChangeLog
parent71bdf29ac1de04efcce96bc5ce50af3263851ac7 (diff)
downloadglibc-9c44c6a908339e6d6eafa3639e641d5caea5e1ee.zip
glibc-9c44c6a908339e6d6eafa3639e641d5caea5e1ee.tar.gz
glibc-9c44c6a908339e6d6eafa3639e641d5caea5e1ee.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17391d6..54288d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-10-01 Lukasz Majewski <lukma@denx.de>
+
+ * 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.
+
2019-09-30 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/powerpc/bits/mman.h [__USE_MISC]