We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7435cb6 commit 716f216Copy full SHA for 716f216
src/sys/epoll.rs
@@ -7,7 +7,7 @@ use ::Error;
7
8
bitflags!(
9
#[repr(C)]
10
- pub flags EpollFlags: u32 {
+ pub flags EpollFlags: libc::c_int {
11
const EPOLLIN = libc::EPOLLIN as u32,
12
const EPOLLPRI = libc::EPOLLPRI as u32,
13
const EPOLLOUT = libc::EPOLLOUT as u32,
0 commit comments