CLK_TCK --> CLOCKS_PER_SEC; was toch goed
This commit is contained in:
parent
9461e91a9b
commit
aec33f4d0f
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
||||||
#define NULL ((void *)0)
|
#define NULL ((void *)0)
|
||||||
|
|
||||||
#if defined(__BSD4_2)
|
#if defined(__BSD4_2)
|
||||||
#define CLK_TCK 1000000 /* ticks per second */
|
#define CLOCKS_PER_SEC 1000000 /* ticks per second */
|
||||||
#else
|
#else
|
||||||
#define CLK_TCK 60
|
#define CLOCKS_PER_SEC 60
|
||||||
#endif /* __BSD4_2 */
|
#endif /* __BSD4_2 */
|
||||||
|
|
||||||
#if !defined(_SIZE_T)
|
#if !defined(_SIZE_T)
|
||||||
|
|
Loading…
Add table
Reference in a new issue