Renamed Linux to GNU/Linux and other tidying
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Bloom
|
||||
}
|
||||
|
||||
void EpollInstance::addEntry(int fileDescriptor, std::uint16_t eventMask) {
|
||||
struct epoll_event event = {
|
||||
struct ::epoll_event event = {
|
||||
.events = eventMask,
|
||||
.data = {
|
||||
.fd = fileDescriptor
|
||||
|
||||
Reference in New Issue
Block a user