public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/17608] New: CLOCK_TAI Is Not Defined
@ 2014-11-17  3:45 etaoins at gmail dot com
  2014-11-17  3:52 ` [Bug libc/17608] " etaoins at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: etaoins at gmail dot com @ 2014-11-17  3:45 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17608

            Bug ID: 17608
           Summary: CLOCK_TAI Is Not Defined
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: etaoins at gmail dot com
                CC: drepper.fsp at gmail dot com

CLOCK_TAI was introduced in the Linux to query the current time in
International Atomic Time. However, glibc does not have a matching #define
making it the clock unusable without manually hacking the value in a program's
source.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17608] CLOCK_TAI Is Not Defined
  2014-11-17  3:45 [Bug libc/17608] New: CLOCK_TAI Is Not Defined etaoins at gmail dot com
@ 2014-11-17  3:52 ` etaoins at gmail dot com
  2014-11-24 16:29 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: etaoins at gmail dot com @ 2014-11-17  3:52 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17608

--- Comment #1 from Ryan Cumming <etaoins at gmail dot com> ---
Created attachment 7943
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7943&action=edit
Proposed patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17608] CLOCK_TAI Is Not Defined
  2014-11-17  3:45 [Bug libc/17608] New: CLOCK_TAI Is Not Defined etaoins at gmail dot com
  2014-11-17  3:52 ` [Bug libc/17608] " etaoins at gmail dot com
@ 2014-11-24 16:29 ` cvs-commit at gcc dot gnu.org
  2014-11-24 16:31 ` fweimer at redhat dot com
  2014-11-24 16:31 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-11-24 16:29 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17608

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  e9ff8efb5cb0fd944f4a5c8f03b14dee508cf7e8 (commit)
      from  9744496f8a479c23174cc330e4d422f130804c04 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e9ff8efb5cb0fd944f4a5c8f03b14dee508cf7e8

commit e9ff8efb5cb0fd944f4a5c8f03b14dee508cf7e8
Author: Ryan Cumming <etaoins@gmail.com>
Date:   Mon Nov 24 15:14:31 2014 +0100

    Define CLOCK_TAI on Linux (bug 17608)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                           |    5 +++++
 sysdeps/unix/sysv/linux/bits/time.h |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17608] CLOCK_TAI Is Not Defined
  2014-11-17  3:45 [Bug libc/17608] New: CLOCK_TAI Is Not Defined etaoins at gmail dot com
                   ` (2 preceding siblings ...)
  2014-11-24 16:31 ` fweimer at redhat dot com
@ 2014-11-24 16:31 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-11-24 16:31 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17608

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  cc0d3b1a7f78fe05cec0451d792711ed81446519 (commit)
      from  e9ff8efb5cb0fd944f4a5c8f03b14dee508cf7e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cc0d3b1a7f78fe05cec0451d792711ed81446519

commit cc0d3b1a7f78fe05cec0451d792711ed81446519
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Nov 24 17:30:49 2014 +0100

    Update NEWS for bug 17608

-----------------------------------------------------------------------

Summary of changes:
 NEWS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libc/17608] CLOCK_TAI Is Not Defined
  2014-11-17  3:45 [Bug libc/17608] New: CLOCK_TAI Is Not Defined etaoins at gmail dot com
  2014-11-17  3:52 ` [Bug libc/17608] " etaoins at gmail dot com
  2014-11-24 16:29 ` cvs-commit at gcc dot gnu.org
@ 2014-11-24 16:31 ` fweimer at redhat dot com
  2014-11-24 16:31 ` cvs-commit at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-11-24 16:31 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=17608

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fweimer at redhat dot com
         Resolution|---                         |FIXED

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
Fixed in 2.21.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-24 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-17  3:45 [Bug libc/17608] New: CLOCK_TAI Is Not Defined etaoins at gmail dot com
2014-11-17  3:52 ` [Bug libc/17608] " etaoins at gmail dot com
2014-11-24 16:29 ` cvs-commit at gcc dot gnu.org
2014-11-24 16:31 ` fweimer at redhat dot com
2014-11-24 16:31 ` cvs-commit at gcc dot gnu.org

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).