We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d6d018 + 46af337 commit a98a649Copy full SHA for a98a649
src/unix/uclibc/mips/mod.rs
@@ -28,6 +28,8 @@ pub const SA_RESETHAND: ::c_int = 0x80000000;
28
pub const SA_RESTART: ::c_int = 0x10000000;
29
pub const SA_NOCLDSTOP: ::c_int = 0x00000001;
30
31
+pub const EPOLLEXCLUSIVE: ::c_int = 0x10000000; // from linux/mod.rs
32
+pub const EPOLLWAKEUP: ::c_int = 0x20000000; // from linux/other/mod.rs
33
pub const EPOLL_CLOEXEC: ::c_int = 0x80000;
34
35
pub const EFD_CLOEXEC: ::c_int = 0x80000;
0 commit comments