public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Lukasz Majewski <lukma@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] y2038: Export __clock_gettime64 to be usable in other libraries
Date: Tue,  5 May 2020 22:57:37 +0000 (GMT)	[thread overview]
Message-ID: <20200505225737.CCA73388F400@sourceware.org> (raw)

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;
   }
 }


                 reply	other threads:[~2020-05-05 22:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200505225737.CCA73388F400@sourceware.org \
    --to=lukma@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).