From 657f0417ed66d26fa80bbf3ef7081c59e15fbdd6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 25 Jun 2003 08:47:01 +0000 Subject: Update. 2003-06-25 Ulrich Drepper * include/time.h: Don't define CLOCK_IDFIELD_SIZE if _ISOMAC is defined. --- include/time.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/time.h') diff --git a/include/time.h b/include/time.h index b501bfd..87e0f08 100644 --- a/include/time.h +++ b/include/time.h @@ -86,6 +86,8 @@ extern int __getclktck (void); /* Use in the clock_* functions. Size of the field representing the actual clock ID. */ -#define CLOCK_IDFIELD_SIZE 3 +#ifndef _ISOMAC +# define CLOCK_IDFIELD_SIZE 3 +#endif #endif #endif -- cgit v1.1