Kernel: Tidy up sys$select() to make it more readable.

This commit is contained in:
Andreas Kling 2019-06-06 17:46:41 +02:00
commit bf905225e7
Notes: sideshowbarker 2024-07-19 13:43:32 +09:00
2 changed files with 45 additions and 73 deletions

View file

@ -22,6 +22,7 @@ class Region;
class VMObject;
class ProcessTracer;
timeval kgettimeofday();
void kgettimeofday(timeval&);
class Process : public InlineLinkedListNode<Process>