This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/11389] New: bits/time.h missing CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE


Linux has introduced some additional clockids, and glibc has not yet included
them from linux/include/time.h

The new clockids are:
#define CLOCK_MONOTONIC_RAW		4   /* since 2.6.28 */
#define CLOCK_REALTIME_COARSE		5   /* since 2.6.32 */
#define CLOCK_MONOTONIC_COARSE		6   /* since 2.6.32 */

-- 
           Summary: bits/time.h missing CLOCK_MONOTONIC_RAW,
                    CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: johnstul at us dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11389

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]