system/EventFD: Get() returns FileDescriptor
This commit is contained in:
@@ -44,8 +44,8 @@ public:
|
||||
*/
|
||||
EventFD();
|
||||
|
||||
int Get() const noexcept {
|
||||
return fd.Get();
|
||||
FileDescriptor Get() const noexcept {
|
||||
return fd;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user