You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #3466 - tremon015:update-epoll-constants-to-u32, r=JohnTitor
update epoll constants to match epoll_event struct
Change the type of the EPOLL* event constants to match the type of the events field in struct epoll_event (i.e. u32).
closes: #3462
0 commit comments