CLK_TCK --> CLOCKS_PER_SEC; was toch goed

This commit is contained in:
ceriel 1991-06-21 09:58:57 +00:00
parent 9461e91a9b
commit aec33f4d0f

View file

@ -9,9 +9,9 @@
#define NULL ((void *)0)
#if defined(__BSD4_2)
#define CLK_TCK 1000000 /* ticks per second */
#define CLOCKS_PER_SEC 1000000 /* ticks per second */
#else
#define CLK_TCK 60
#define CLOCKS_PER_SEC 60
#endif /* __BSD4_2 */
#if !defined(_SIZE_T)