From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4102 Path: news.gmane.org!not-for-mail From: Paul Schutte Newsgroups: gmane.linux.lib.musl.general Subject: IDs of the various system clocks Date: Sat, 5 Oct 2013 16:00:33 +0200 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c262ceb74e8604e7fed7eb X-Trace: ger.gmane.org 1380981642 24683 80.91.229.3 (5 Oct 2013 14:00:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Oct 2013 14:00:42 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4106-gllmg-musl=m.gmane.org@lists.openwall.com Sat Oct 05 16:00:47 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VSSPW-0005ly-N5 for gllmg-musl@plane.gmane.org; Sat, 05 Oct 2013 16:00:46 +0200 Original-Received: (qmail 31910 invoked by uid 550); 5 Oct 2013 14:00:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 31901 invoked from network); 5 Oct 2013 14:00:44 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=puRakqW6PT8pjWhNxPrPpCc2vszJraz9VRDUDvvrIdA=; b=hIgI/xHOLsFMzxvVIDisOD33CGsXuqZs50P1o/AWKRCMn9BZMRdDuUb4GhvfKjWnN2 r0SibrzRkWNVHg/QXJ6eNOFNZQ9lJEZxUIKnV8VFDOnP2gv7huNrVDitrtEhi4Rg59yB GEeQG+YmYMOLQiBnlep1kUpk//n2PwiYnjavHfjp18GoZfpYyitDuo388dBlgcIs2k0R 9ZBrziJcfymDmxSiITJRiSkh+ijg7VpS9JoAuy0Jl7ywJzn1S/6v7B09ns6Dpw+wH8oJ eZbSG8I/obgOqEetC3cq+ftoY7nuIU/7cEP9C/M5cCi3mRPH7CTYwxi13j4pbhvX95y1 M1Hg== X-Received: by 10.180.188.202 with SMTP id gc10mr11894868wic.3.1380981633665; Sat, 05 Oct 2013 07:00:33 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:4102 Archived-At: --001a11c262ceb74e8604e7fed7eb Content-Type: text/plain; charset=ISO-8859-1 Hi, I believe I came across a typo in the time.h header file: --- include/time.h +++ /include/time.h @@ -82,8 +82,8 @@ #define CLOCK_PROCESS_CPUTIME_ID 2 #define CLOCK_THREAD_CPUTIME_ID 3 #define CLOCK_MONOTONIC_RAW 4 -#define CLOCK_REALTIME_COURSE 5 -#define CLOCK_MONOTONIC_COURSE 6 +#define CLOCK_REALTIME_COARSE 5 +#define CLOCK_MONOTONIC_COARSE 6 #define CLOCK_BOOTTIME 7 #define CLOCK_REALTIME_ALARM 8 #define CLOCK_BOOTTIME_ALARM 9 Regards Paul --001a11c262ceb74e8604e7fed7eb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

I believe I came across a typo in th= e time.h header file:

--- include/time.h
+++ /include/t= ime.h
@@ -82,8 +82,8 @@
=A0#define CLOCK_PROCESS_CPUTIME_ID 2
=A0#= define CLOCK_THREAD_CPUTIME_ID=A0 3
=A0#define CLOCK_MONOTONIC_RAW=A0=A0=A0=A0=A0 4
-#define CLOCK_REALTIME_= COURSE=A0=A0=A0 5
-#define CLOCK_MONOTONIC_COURSE=A0=A0 6
+#define CL= OCK_REALTIME_COARSE=A0=A0=A0 5
+#define CLOCK_MONOTONIC_COARSE=A0=A0 6=A0#define CLOCK_BOOTTIME=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 7
=A0#define CLOCK_REALTIME_ALARM=A0=A0=A0=A0 8
=A0#define CLOCK_BOOTTIME_= ALARM=A0=A0=A0=A0 9


Regards
Paul
--001a11c262ceb74e8604e7fed7eb--