We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cac8d0 commit 2341e6fCopy full SHA for 2341e6f
src/unix/solaris/mod.rs
@@ -1208,7 +1208,7 @@ pub const EPOLLET: ::c_int = 0x80000000;
1208
pub const EPOLLRDHUP: ::c_int = 0x2000;
1209
pub const EPOLLEXCLUSIVE: ::c_int = 0x10000000;
1210
pub const EPOLLONESHOT: ::c_int = 0x40000000;
1211
-pub const EPOLL_CLOEXEC: ::c_int = 0x02000000;
+pub const EPOLL_CLOEXEC: ::c_int = 0x80000;
1212
pub const EPOLL_CTL_ADD: ::c_int = 1;
1213
pub const EPOLL_CTL_MOD: ::c_int = 3;
1214
pub const EPOLL_CTL_DEL: ::c_int = 2;
0 commit comments