From 02a7dd76375a34dcbbb7b868428878d1b9dcc0b7 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 8 Feb 1995 18:37:14 +0000 Subject: [PATCH] Define CLK_TCK right. --- include/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/time.h b/include/time.h index be6b35fa923b..884a2fb9bfd6 100644 --- a/include/time.h +++ b/include/time.h @@ -48,7 +48,7 @@ * Frequency of the clock ticks reported by times(). Deprecated - use * sysconf(_SC_CLK_TCK) instead. */ -#define CLK_TCK _BSD_CLOCKS_PER_SEC_ +#define CLK_TCK _BSD_CLK_TCK_ #endif /* Frequency of the clock ticks reported by clock(). */