This commit is contained in:
Benjamin Sergeant
2019-03-15 11:41:57 -07:00
parent 6ff8c6e7f3
commit 3a9cc9b079
7 changed files with 20 additions and 13 deletions

View File

@ -38,7 +38,7 @@ namespace ix
return true;
}
int SelectInterrupt::getFd()
int SelectInterrupt::getFd() const
{
return -1;
}