Skip to content

Commit 0d822be

Browse files
committed
unix: remove constants moved into submodules.
1 parent 03ed3ff commit 0d822be

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/unix/mod.rs

-9
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,8 @@ pub const S_ISUID: ::c_int = 0x800;
163163
pub const S_ISGID: ::c_int = 0x400;
164164
pub const S_ISVTX: ::c_int = 0x200;
165165

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-
173166
pub const IF_NAMESIZE: ::size_t = 16;
174167

175-
pub const RTLD_LAZY: ::c_int = 0x1;
176-
177168
pub const LOG_EMERG: ::c_int = 0;
178169
pub const LOG_ALERT: ::c_int = 1;
179170
pub const LOG_CRIT: ::c_int = 2;

0 commit comments

Comments
 (0)