(CLK_TCK): Check for !__STRICT_ANSI.

This commit is contained in:
Andreas Jaeger 2001-02-06 19:25:27 +00:00
parent fdc6c28a80
commit fdec54a7f8
1 changed files with 1 additions and 1 deletions

View 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