Loading...
iokit/Kernel/IOEventSource.cpp xnu-517.3.15 xnu-344.49
--- xnu/xnu-517.3.15/iokit/Kernel/IOEventSource.cpp
+++ xnu/xnu-344.49/iokit/Kernel/IOEventSource.cpp
@@ -57,7 +57,7 @@
         { workLoop->wakeupGate(event, oneThread); }
 
 bool IOEventSource::init(OSObject *inOwner,
-                         Action inAction)
+                         Action inAction = 0)
 {
     if (!inOwner)
         return false;