Compare commits

...

1 Commits

Author SHA1 Message Date
448c8ff276 fix: make get_adjusted_boot_time() not static 2024-02-05 14:49:45 +01:00

View File

@@ -85,7 +85,7 @@ static uint64_t adjust_boot_time(void)
// Get the adjusted boot time.
static uint64_t get_adjusted_boot_time(void)
uint64_t get_adjusted_boot_time(void)
{
_lock_acquire(&s_time_lock);
uint64_t adjust_time = adjust_boot_time();