From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2076 invoked by alias); 16 Mar 2010 22:39:30 -0000 Received: (qmail 1814 invoked by uid 48); 16 Mar 2010 22:39:06 -0000 Date: Tue, 16 Mar 2010 22:39:00 -0000 From: "johnstul at us dot ibm dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20100316223905.11389.johnstul@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/11389] New: bits/time.h missing CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00026.txt.bz2 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.