File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -163,22 +163,15 @@ pub const S_ISUID: ::c_int = 0x800;
163
163
pub const S_ISGID : :: c_int = 0x400 ;
164
164
pub const S_ISVTX : :: c_int = 0x200 ;
165
165
166
- #[ cfg( not( target_os = "haiku" ) ) ]
167
166
pub const POLLIN : :: c_short = 0x1 ;
168
- #[ cfg( not( target_os = "haiku" ) ) ]
169
167
pub const POLLPRI : :: c_short = 0x2 ;
170
- #[ cfg( not( target_os = "haiku" ) ) ]
171
168
pub const POLLOUT : :: c_short = 0x4 ;
172
- #[ cfg( not( target_os = "haiku" ) ) ]
173
169
pub const POLLERR : :: c_short = 0x8 ;
174
- #[ cfg( not( target_os = "haiku" ) ) ]
175
170
pub const POLLHUP : :: c_short = 0x10 ;
176
- #[ cfg( not( target_os = "haiku" ) ) ]
177
171
pub const POLLNVAL : :: c_short = 0x20 ;
178
172
179
173
pub const IF_NAMESIZE : :: size_t = 16 ;
180
174
181
- #[ cfg( not( target_os = "haiku" ) ) ]
182
175
pub const RTLD_LAZY : :: c_int = 0x1 ;
183
176
184
177
pub const LOG_EMERG : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments