Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6622e670 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Thomas Gleixner
Browse files

posix-timers.c: Don't export local functions

parent c8162884
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ static int posix_get_monotonic_coarse(clockid_t which_clock,
	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);
	return 0;