diff options
Diffstat (limited to 'kern/mach_clock.c')
-rw-r--r-- | kern/mach_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/mach_clock.c b/kern/mach_clock.c index 3a568647..6f964f73 100644 --- a/kern/mach_clock.c +++ b/kern/mach_clock.c @@ -405,7 +405,7 @@ struct time_value clock_boottime_offset; * This function must be called when the real-time clock is updated. * This function must be called at SPLHIGH. */ -void +static void clock_boottime_update(struct time_value *new_time) { struct time_value delta = time; |