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 66e0bf1 commit 5b6bab0Copy full SHA for 5b6bab0
src/unix/solaris/mod.rs
@@ -50,8 +50,7 @@ pub const EPOLLET: ::c_int = 0x80000000;
50
pub const EPOLLRDHUP: ::c_int = 0x2000;
51
pub const EPOLLEXCLUSIVE: ::c_int = 0x10000000;
52
pub const EPOLLONESHOT: ::c_int = 0x40000000;
53
-
54
+pub const EPOLL_CLOEXEC: ::c_int = 0x02000000;
55
pub const EPOLL_CTL_ADD: ::c_int = 1;
56
pub const EPOLL_CTL_MOD: ::c_int = 3;
57
pub const EPOLL_CTL_DEL: ::c_int = 2;
0 commit comments