Combine both clock hooks

Turns out the clock skew doesn't really work unless RTC and TZ
changes are blocked as well.
This commit is contained in:
Tau
2018-11-23 14:23:16 -05:00
parent 1725cfb9ac
commit 51994d59ff
4 changed files with 9 additions and 30 deletions

View File

@ -1,4 +1,3 @@
#pragma once
void clock_set_hook_init(void);
void clock_skew_hook_init(void);
void clock_hook_init(void);