mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Define CLK_TCK right.
This commit is contained in:
parent
2a947a4bbf
commit
02a7dd7637
1 changed files with 1 additions and 1 deletions
|
|
@ -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(). */
|
||||
|
|
|
|||
Loading…
Reference in a new issue