summaryrefslogtreecommitdiff
path: root/Kernel/Process.h
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-06-06 17:46:41 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-06-06 17:49:01 +0200
commitbf905225e7f674204376650325f41081143aeca5 (patch)
treea94a7c774213f6760ee9061de6ecdd193d767354 /Kernel/Process.h
parent6e4f0b3cc57c22a8ddd78057a62ccbbfd181bc21 (diff)
downloadserenity-bf905225e7f674204376650325f41081143aeca5.zip
Kernel: Tidy up sys$select() to make it more readable.
Diffstat (limited to 'Kernel/Process.h')
-rw-r--r--Kernel/Process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Process.h b/Kernel/Process.h
index afe621aa73..b5cadaec0c 100644
--- a/Kernel/Process.h
+++ b/Kernel/Process.h
@@ -22,6 +22,7 @@ class Region;
class VMObject;
class ProcessTracer;
+timeval kgettimeofday();
void kgettimeofday(timeval&);
class Process : public InlineLinkedListNode<Process>