diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 04:05:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-07 04:05:12 +0000 |
commit | 45832f74730cec39207be84b5a967a3ca8afb633 (patch) | |
tree | 0e6c4190d12c5ceec99bc5f2c93153a88a1c130f /conform | |
parent | fdf689a977fe4d11d61b67e47dc3a2884cec996f (diff) | |
download | glibc-45832f74730cec39207be84b5a967a3ca8afb633.zip glibc-45832f74730cec39207be84b5a967a3ca8afb633.tar.gz glibc-45832f74730cec39207be84b5a967a3ca8afb633.tar.bz2 |
conformtest: Fix typo in CLK_TCK condition.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/time.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/time.h-data b/conform/data/time.h-data index 8ed2b4a..31d5e7d 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 |