corrected time.h header
This commit is contained in:
parent
9e9e7db6b4
commit
384d4c7647
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 CLOCKS_PER_SEC 1000000 /* ticks per second */
|
#define CLK_TCK 1000000 /* ticks per second */
|
||||||
#else
|
#else
|
||||||
#define CLOCKS_PER_SEC 60
|
#define CLK_TCK 60
|
||||||
#endif /* __BSD4_2 */
|
#endif /* __BSD4_2 */
|
||||||
|
|
||||||
#if !defined(_SIZE_T)
|
#if !defined(_SIZE_T)
|
||||||
|
|
Loading…
Reference in a new issue