|
@@ -256,7 +256,7 @@ static int posix_get_monotonic_coarse(clockid_t which_clock,
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp)
|
|
|
|
|
|
+static int posix_get_coarse_res(const clockid_t which_clock, struct timespec *tp)
|
|
{
|
|
{
|
|
*tp = ktime_to_timespec(KTIME_LOW_RES);
|
|
*tp = ktime_to_timespec(KTIME_LOW_RES);
|
|
return 0;
|
|
return 0;
|