mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:28:12 +00:00
Kernel: Make kgettimeofday use AK::Time
This commit is contained in:
parent
05d5e3fad9
commit
336303bda4
11 changed files with 28 additions and 26 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue