public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] y2038: Export __clock_gettime64 to be usable in other libraries
@ 2020-05-05 22:57 Lukasz Majewski
  0 siblings, 0 replies; only message in thread
From: Lukasz Majewski @ 2020-05-05 22:57 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=eb98965b53bffbefddd398e903768ea60e84c0f3

commit eb98965b53bffbefddd398e903768ea60e84c0f3
Author: Lukasz Majewski <lukma@denx.de>
Date:   Tue Mar 24 08:52:15 2020 +0100

    y2038: Export __clock_gettime64 to be usable in other libraries
    
    In the glibc project calls to clock_gettime shall be replaced with
    __clock_gettime64, which is supporting 64 bit time.
    To allow that the __clock_gettime64 needs to be exported as a GLIBC_PRIVATE
    symbol.

Diff:
---
 time/Versions | 1 +
 1 file changed, 1 insertion(+)

diff --git a/time/Versions b/time/Versions
index 8788e192ce..df22ac7f6a 100644
--- a/time/Versions
+++ b/time/Versions
@@ -77,5 +77,6 @@ libc {
   GLIBC_PRIVATE {
     # same as clock_gettime; used in other libraries
     __clock_gettime;
+    __clock_gettime64;
   }
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-05 22:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 22:57 [glibc] y2038: Export __clock_gettime64 to be usable in other libraries Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).