forked from Bananymous/banan-os
Kernel: Rename has_hangup -> has_hungup
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Kernel
|
||||
CHECK_EVENT_BIT(EPOLLIN, can_read);
|
||||
CHECK_EVENT_BIT(EPOLLOUT, can_write);
|
||||
CHECK_EVENT_BIT(EPOLLERR, has_error);
|
||||
CHECK_EVENT_BIT(EPOLLHUP, has_hangup);
|
||||
CHECK_EVENT_BIT(EPOLLHUP, has_hungup);
|
||||
#undef CHECK_EVENT_BIT
|
||||
|
||||
if (events == 0)
|
||||
|
||||
Reference in New Issue
Block a user