Renamed Linux to GNU/Linux and other tidying

This commit is contained in:
Nav
2022-06-01 21:48:27 +01:00
parent ec9068ba42
commit dd204742d3
10 changed files with 28 additions and 26 deletions

View File

@@ -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