corrected time.h header

This commit is contained in:
ceriel 1991-06-11 09:25:32 +00:00
parent 1e2aa9d187
commit 92402b88b4

View File

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