]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CLK_TCK): Check for !__STRICT_ANSI.
authorAndreas Jaeger <aj@suse.de>
Tue, 6 Feb 2001 19:25:27 +0000 (19:25 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 6 Feb 2001 19:25:27 +0000 (19:25 +0000)
time/time.h

index df61ac748b09206525a0e370092899768aef4d30..015318045511a00b9469a5d274ad554887e30286 100644 (file)
@@ -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