@@ -33,7 +33,9 @@ pub const FIONBIO: libc::c_ulong = 0x8004667e;
33
33
target_os = "android" ) ) ]
34
34
pub const FIONBIO : libc:: c_ulong = 0x5421 ;
35
35
#[ cfg( all( target_os = "linux" ,
36
- any( target_arch = "mips" , target_arch = "mipsel" ) ) ) ]
36
+ any( target_arch = "mips" ,
37
+ target_arch = "mipsel" ,
38
+ target_arch = "powerpc" ) ) ) ]
37
39
pub const FIONBIO : libc:: c_ulong = 0x667e ;
38
40
39
41
#[ cfg( any( target_os = "macos" ,
@@ -49,7 +51,9 @@ pub const FIOCLEX: libc::c_ulong = 0x20006601;
49
51
target_os = "android" ) ) ]
50
52
pub const FIOCLEX : libc:: c_ulong = 0x5451 ;
51
53
#[ cfg( all( target_os = "linux" ,
52
- any( target_arch = "mips" , target_arch = "mipsel" ) ) ) ]
54
+ any( target_arch = "mips" ,
55
+ target_arch = "mipsel" ,
56
+ target_arch = "powerpc" ) ) ) ]
53
57
pub const FIOCLEX : libc:: c_ulong = 0x6601 ;
54
58
55
59
#[ cfg( any( target_os = "macos" ,
@@ -182,7 +186,9 @@ mod signal {
182
186
}
183
187
184
188
#[ cfg( all( target_os = "linux" ,
185
- any( target_arch = "mips" , target_arch = "mipsel" ) ) ) ]
189
+ any( target_arch = "mips" ,
190
+ target_arch = "mipsel" ,
191
+ target_arch = "powerpc" ) ) ) ]
186
192
mod signal {
187
193
use libc;
188
194
0 commit comments