Posix compile fix.

This commit is contained in:
Sönke Ludwig 2017-01-22 03:10:46 +01:00
parent c9b8bf1031
commit d6f6fc8357

View file

@ -1263,8 +1263,8 @@ final class PosixEventDriverEvents(Loop : PosixEventLoop, Sockets : EventDriverS
m_loop.unregisterFD(descriptor);
m_loop.clearFD(descriptor);
close(descriptor);
return false;
}
return false;
}
return true;
}