Loading...
--- xnu/xnu-1228.15.4/iokit/Kernel/IOEventSource.cpp
+++ xnu/xnu-1504.3.12/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); }