From 45832f74730cec39207be84b5a967a3ca8afb633 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 7 Nov 2012 04:05:12 +0000 Subject: conformtest: Fix typo in CLK_TCK condition. --- conform/data/time.h-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform') diff --git a/conform/data/time.h-data b/conform/data/time.h-data index 8ed2b4a68d..31d5e7dd53 100644 --- a/conform/data/time.h-data +++ b/conform/data/time.h-data @@ -42,7 +42,7 @@ function int timespec_get (struct timespec *, int) #endif #if !defined ISO && !defined ISO99 && !defined ISO11 -# if !defined XOPEN21K && !defined XOPEN2K8 && !defined POSIX2008 +# if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 symbol CLK_TCK # endif constant CLOCK_PROCESS_CPUTIME_ID -- cgit 1.4.1