@@ -1322,7 +1322,7 @@ pub mod types {
13221322 }
13231323 }
13241324
1325- #[ cfg( any( target_os = "bitrig" , target_os = "openbsd" ) ) ]
1325+ #[ cfg( any( target_os = "bitrig" , target_os = "netbsd" , target_os = " openbsd") ) ]
13261326 pub mod os {
13271327 pub mod common {
13281328 pub mod posix01 {
@@ -1351,7 +1351,7 @@ pub mod types {
13511351 pub __unused7 : * mut c_void ,
13521352 }
13531353
1354- #[ cfg( target_os = "openbsd" ) ]
1354+ #[ cfg( any ( target_os = "netbsd" , target_os= " openbsd") ) ]
13551355 #[ repr( C ) ]
13561356 #[ derive( Copy , Clone ) ] pub struct glob_t {
13571357 pub gl_pathc : c_int ,
@@ -4323,7 +4323,7 @@ pub mod consts {
43234323 }
43244324 }
43254325
4326- #[ cfg( any( target_os = "bitrig" , target_os = "openbsd" ) ) ]
4326+ #[ cfg( any( target_os = "bitrig" , target_os = "netbsd" , target_os = " openbsd") ) ]
43274327 pub mod os {
43284328 pub mod c95 {
43294329 use types:: os:: arch:: c95:: { c_int, c_uint} ;
@@ -5568,6 +5568,7 @@ pub mod funcs {
55685568 target_os = "freebsd" ,
55695569 target_os = "dragonfly" ,
55705570 target_os = "bitrig" ,
5571+ target_os = "netbsd" ,
55715572 target_os = "openbsd" ,
55725573 target_os = "nacl" ) ) ]
55735574 pub mod posix88 {
@@ -5584,6 +5585,7 @@ pub mod funcs {
55845585 target_os = "freebsd" ,
55855586 target_os = "dragonfly" ,
55865587 target_os = "bitrig" ,
5588+ target_os = "netbsd" ,
55875589 target_os = "openbsd" ,
55885590 target_os = "android" ,
55895591 target_os = "ios" ,
@@ -5602,6 +5604,7 @@ pub mod funcs {
56025604 target_os = "freebsd" ,
56035605 target_os = "dragonfly" ,
56045606 target_os = "bitrig" ,
5607+ target_os = "netbsd" ,
56055608 target_os = "openbsd" ,
56065609 target_os = "android" ,
56075610 target_os = "ios" ,
@@ -5889,6 +5892,7 @@ pub mod funcs {
58895892 target_os = "freebsd" ,
58905893 target_os = "dragonfly" ,
58915894 target_os = "bitrig" ,
5895+ target_os = "netbsd" ,
58925896 target_os = "openbsd" ,
58935897 target_os = "nacl" ) ) ]
58945898 pub mod posix01 {
@@ -5901,6 +5905,7 @@ pub mod funcs {
59015905 target_os = "freebsd" ,
59025906 target_os = "dragonfly" ,
59035907 target_os = "bitrig" ,
5908+ target_os = "netbsd" ,
59045909 target_os = "openbsd" ,
59055910 target_os = "android" ,
59065911 target_os = "ios" ,
@@ -6019,16 +6024,17 @@ pub mod funcs {
60196024 }
60206025
60216026
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" ,
60266030 target_os = "ios" ,
60276031 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" ,
60306036 target_os = "openbsd" ,
6031- target_os = "nacl " ) ) ]
6037+ target_os = "windows " ) ) ]
60326038 pub mod posix08 {
60336039 pub mod unistd {
60346040 }
@@ -6115,6 +6121,7 @@ pub mod funcs {
61156121 target_os = "freebsd" ,
61166122 target_os = "dragonfly" ,
61176123 target_os = "bitrig" ,
6124+ target_os = "netbsd" ,
61186125 target_os = "openbsd" ) ) ]
61196126 pub mod bsd44 {
61206127 use types:: common:: c95:: { c_void} ;
@@ -6192,6 +6199,7 @@ pub mod funcs {
61926199 #[ cfg( any( target_os = "freebsd" ,
61936200 target_os = "dragonfly" ,
61946201 target_os = "bitrig" ,
6202+ target_os = "netbsd" ,
61956203 target_os = "openbsd" ) ) ]
61966204 pub mod extra {
61976205 }
0 commit comments