Skip to content

Commit

Permalink
Remove unneeded attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Dec 14, 2023
1 parent 6731c25 commit de0ef90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sys/unix/selector/epoll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@ pub mod event {
libc::EPOLLET,
libc::EPOLLRDHUP,
libc::EPOLLONESHOT,
#[cfg(target_os = "linux")]
libc::EPOLLEXCLUSIVE,
#[cfg(any(target_os = "android", target_os = "linux"))]
libc::EPOLLWAKEUP,
libc::EPOLL_CLOEXEC,
);
Expand Down

0 comments on commit de0ef90

Please sign in to comment.