mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
Kernel: Tidy up sys$select() to make it more readable.
This commit is contained in:
parent
6e4f0b3cc5
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