diff options
-rw-r--r-- | include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h index be6b35f..884a2fb 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(). */ |