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