about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/time.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h
index b501bfd3de..87e0f08f8d 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