aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-12-18 23:13:55 +0100
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2018-12-18 23:13:55 +0100
commitc4c2836ada90259e4c5632f962dfcda54ac448fa (patch)
treee1495813b347d74ac827d4844664f02d3833c657 /ChangeLog
parent7755e504117cc014416a60f8498f3f15b14d6482 (diff)
downloadglibc-c4c2836ada90259e4c5632f962dfcda54ac448fa.zip
glibc-c4c2836ada90259e4c5632f962dfcda54ac448fa.tar.gz
glibc-c4c2836ada90259e4c5632f962dfcda54ac448fa.tar.bz2
Y2038: add function __ctime64_r
Tested with 'make check' on x86_64-linux-gnu and i686-linux.gnu. * include/time.h (__ctime64_r): Add. * time/ctime_r.c (__ctime64_r): Add. [__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b345fa..7caa73e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2018-12-18 Albert ARIBAUD <albert.aribaud@3adev.fr>
* include/time.h
+ (__ctime64_r): Add.
+ * time/ctime_r.c
+ (__ctime64_r): Add.
+ [__TIMESIZE != 64] (__ctime_r): Turn into a wrapper.
+
+ * include/time.h
(__ctime64): Add.
* time/gmtime.c
(__ctime64): Add.