mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 11:43:34 +08:00
(CLK_TCK): Check for !__STRICT_ANSI.
This commit is contained in:
parent
fdc6c28a80
commit
fdec54a7f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user