Loading...
iokit/Kernel/IOEventSource.cpp xnu-1228.15.4 xnu-1456.1.26
--- xnu/xnu-1228.15.4/iokit/Kernel/IOEventSource.cpp
+++ xnu/xnu-1456.1.26/iokit/Kernel/IOEventSource.cpp
@@ -56,6 +56,8 @@
 bool IOEventSource::tryCloseGate()		{ return workLoop->tryCloseGate(); }
 int IOEventSource::sleepGate(void *event, UInt32 type)
         { return workLoop->sleepGate(event, type); }
+int IOEventSource::sleepGate(void *event, AbsoluteTime deadline, UInt32 type)
+        { return workLoop->sleepGate(event, deadline, type); }
 void IOEventSource::wakeupGate(void *event, bool oneThread)
         { workLoop->wakeupGate(event, oneThread); }