We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ed3ff commit 0d822beCopy full SHA for 0d822be
src/unix/mod.rs
@@ -163,17 +163,8 @@ pub const S_ISUID: ::c_int = 0x800;
163
pub const S_ISGID: ::c_int = 0x400;
164
pub const S_ISVTX: ::c_int = 0x200;
165
166
-pub const POLLIN: ::c_short = 0x1;
167
-pub const POLLPRI: ::c_short = 0x2;
168
-pub const POLLOUT: ::c_short = 0x4;
169
-pub const POLLERR: ::c_short = 0x8;
170
-pub const POLLHUP: ::c_short = 0x10;
171
-pub const POLLNVAL: ::c_short = 0x20;
172
-
173
pub const IF_NAMESIZE: ::size_t = 16;
174
175
-pub const RTLD_LAZY: ::c_int = 0x1;
176
177
pub const LOG_EMERG: ::c_int = 0;
178
pub const LOG_ALERT: ::c_int = 1;
179
pub const LOG_CRIT: ::c_int = 2;
0 commit comments