1
Fork 0
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:
Andreas Kling 2019-06-06 17:46:41 +02:00
parent 6e4f0b3cc5
commit bf905225e7
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>