mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 15:44:45 +00:00
Kernel: Make kgettimeofday use AK::Time
This commit is contained in:
committed by
Andreas Kling
parent
05d5e3fad9
commit
336303bda4
@@ -381,9 +381,9 @@ int Process::alloc_fd(int first_candidate_fd)
|
||||
return -EMFILE;
|
||||
}
|
||||
|
||||
timeval kgettimeofday()
|
||||
Time kgettimeofday()
|
||||
{
|
||||
return TimeManagement::now().to_timeval();
|
||||
return TimeManagement::now();
|
||||
}
|
||||
|
||||
siginfo_t Process::wait_info()
|
||||
|
||||
Reference in New Issue
Block a user