summaryrefslogtreecommitdiff
path: root/time/time.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-02-06 19:25:27 +0000
committerAndreas Jaeger <aj@suse.de>2001-02-06 19:25:27 +0000
commitfdec54a7f848d3c494153052b68d89240ac4b809 (patch)
tree51193db525ff2b960916b1b54642ddb2c8de23e4 /time/time.h
parentfdc6c28a80399db6badc1a22881e8a75a9ea52a5 (diff)
(CLK_TCK): Check for !__STRICT_ANSI.
Diffstat (limited to 'time/time.h')
-rw-r--r--time/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/time.h b/time/time.h
index df61ac748b..0153180455 100644
--- a/time/time.h
+++ b/time/time.h
@@ -42,7 +42,7 @@ __BEGIN_DECLS
# include <bits/time.h>
/* This is the obsolete POSIX.1-1988 name for the same constant. */
-# if defined __USE_POSIX && !defined __USE_XOPEN2K
+# if !defined __STRICT_ANSI__ && !defined __USE_XOPEN2K
# ifndef CLK_TCK
# define CLK_TCK CLOCKS_PER_SEC
# endif