summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2017-04-05 22:51:34 +0200
committerAlbert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>2017-06-28 07:29:04 +0200
commita4b25b246d68a4b876faf4a81f7ace969ed3cb50 (patch)
tree9caa597e3d039c55dda4d0ca0de2e889290446b8 /sysdeps
parent6c6f234bc2f11c7a219dda730aeb532929e89380 (diff)
downloadglibc-a4b25b246d68a4b876faf4a81f7ace969ed3cb50.tar.gz
Y2038: implement Y2038-proof timegm
The __timegm64' implementation is based on the same __mktime64_internal function which was introduced in the 'mktime' implementation change. Again, the implementation does not require a Y2038-proof kernel.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/arm/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions
index 546d7c60ee..f7feda3650 100644
--- a/sysdeps/unix/sysv/linux/arm/Versions
+++ b/sysdeps/unix/sysv/linux/arm/Versions
@@ -26,5 +26,6 @@ libc {
__gmtime64; __gmtime64_r;
__localtime64; __localtime64_r;
__mktime64; __timelocal64_r;
+ __timegm64;
}
}