Define CLK_TCK right.

This commit is contained in:
Bruce Evans 1995-02-08 18:37:14 +00:00
parent 2a947a4bbf
commit 02a7dd7637
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6243

View File

@ -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(). */