mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
Kernel: Tidy up sys$select() to make it more readable.
This commit is contained in:
parent
6e4f0b3cc5
commit
bf905225e7
Notes:
sideshowbarker
2024-07-19 13:43:32 +09:00
Author: https://github.com/awesomekling
Commit: bf905225e7
2 changed files with 45 additions and 73 deletions
|
@ -22,6 +22,7 @@ class Region;
|
|||
class VMObject;
|
||||
class ProcessTracer;
|
||||
|
||||
timeval kgettimeofday();
|
||||
void kgettimeofday(timeval&);
|
||||
|
||||
class Process : public InlineLinkedListNode<Process>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue