@@ -1322,7 +1322,7 @@ pub mod types {
1322
1322
}
1323
1323
}
1324
1324
1325
- #[ cfg( any( target_os = "bitrig" , target_os = "openbsd" ) ) ]
1325
+ #[ cfg( any( target_os = "bitrig" , target_os = "netbsd" , target_os = " openbsd") ) ]
1326
1326
pub mod os {
1327
1327
pub mod common {
1328
1328
pub mod posix01 {
@@ -1351,7 +1351,7 @@ pub mod types {
1351
1351
pub __unused7 : * mut c_void ,
1352
1352
}
1353
1353
1354
- #[ cfg( target_os = "openbsd" ) ]
1354
+ #[ cfg( any ( target_os = "netbsd" , target_os= " openbsd") ) ]
1355
1355
#[ repr( C ) ]
1356
1356
#[ derive( Copy , Clone ) ] pub struct glob_t {
1357
1357
pub gl_pathc : c_int ,
@@ -4323,7 +4323,7 @@ pub mod consts {
4323
4323
}
4324
4324
}
4325
4325
4326
- #[ cfg( any( target_os = "bitrig" , target_os = "openbsd" ) ) ]
4326
+ #[ cfg( any( target_os = "bitrig" , target_os = "netbsd" , target_os = " openbsd") ) ]
4327
4327
pub mod os {
4328
4328
pub mod c95 {
4329
4329
use types:: os:: arch:: c95:: { c_int, c_uint} ;
@@ -5568,6 +5568,7 @@ pub mod funcs {
5568
5568
target_os = "freebsd" ,
5569
5569
target_os = "dragonfly" ,
5570
5570
target_os = "bitrig" ,
5571
+ target_os = "netbsd" ,
5571
5572
target_os = "openbsd" ,
5572
5573
target_os = "nacl" ) ) ]
5573
5574
pub mod posix88 {
@@ -5584,6 +5585,7 @@ pub mod funcs {
5584
5585
target_os = "freebsd" ,
5585
5586
target_os = "dragonfly" ,
5586
5587
target_os = "bitrig" ,
5588
+ target_os = "netbsd" ,
5587
5589
target_os = "openbsd" ,
5588
5590
target_os = "android" ,
5589
5591
target_os = "ios" ,
@@ -5602,6 +5604,7 @@ pub mod funcs {
5602
5604
target_os = "freebsd" ,
5603
5605
target_os = "dragonfly" ,
5604
5606
target_os = "bitrig" ,
5607
+ target_os = "netbsd" ,
5605
5608
target_os = "openbsd" ,
5606
5609
target_os = "android" ,
5607
5610
target_os = "ios" ,
@@ -5889,6 +5892,7 @@ pub mod funcs {
5889
5892
target_os = "freebsd" ,
5890
5893
target_os = "dragonfly" ,
5891
5894
target_os = "bitrig" ,
5895
+ target_os = "netbsd" ,
5892
5896
target_os = "openbsd" ,
5893
5897
target_os = "nacl" ) ) ]
5894
5898
pub mod posix01 {
@@ -5901,6 +5905,7 @@ pub mod funcs {
5901
5905
target_os = "freebsd" ,
5902
5906
target_os = "dragonfly" ,
5903
5907
target_os = "bitrig" ,
5908
+ target_os = "netbsd" ,
5904
5909
target_os = "openbsd" ,
5905
5910
target_os = "android" ,
5906
5911
target_os = "ios" ,
@@ -6019,16 +6024,17 @@ pub mod funcs {
6019
6024
}
6020
6025
6021
6026
6022
- #[ cfg( any( target_os = "windows" ,
6023
- target_os = "linux" ,
6024
- target_os = "android" ,
6025
- target_os = "macos" ,
6027
+ #[ cfg( any( target_os = "android" ,
6028
+ target_os = "bitrig" ,
6029
+ target_os = "dragonfly" ,
6026
6030
target_os = "ios" ,
6027
6031
target_os = "freebsd" ,
6028
- target_os = "dragonfly" ,
6029
- target_os = "bitrig" ,
6032
+ target_os = "linux" ,
6033
+ target_os = "macos" ,
6034
+ target_os = "nacl" ,
6035
+ target_os = "netbsd" ,
6030
6036
target_os = "openbsd" ,
6031
- target_os = "nacl " ) ) ]
6037
+ target_os = "windows " ) ) ]
6032
6038
pub mod posix08 {
6033
6039
pub mod unistd {
6034
6040
}
@@ -6115,6 +6121,7 @@ pub mod funcs {
6115
6121
target_os = "freebsd" ,
6116
6122
target_os = "dragonfly" ,
6117
6123
target_os = "bitrig" ,
6124
+ target_os = "netbsd" ,
6118
6125
target_os = "openbsd" ) ) ]
6119
6126
pub mod bsd44 {
6120
6127
use types:: common:: c95:: { c_void} ;
@@ -6192,6 +6199,7 @@ pub mod funcs {
6192
6199
#[ cfg( any( target_os = "freebsd" ,
6193
6200
target_os = "dragonfly" ,
6194
6201
target_os = "bitrig" ,
6202
+ target_os = "netbsd" ,
6195
6203
target_os = "openbsd" ) ) ]
6196
6204
pub mod extra {
6197
6205
}
0 commit comments