File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1218,6 +1218,7 @@ impl Socket {
1218
1218
target_os = "dragonfly" ,
1219
1219
target_os = "haiku" ,
1220
1220
target_os = "netbsd" ,
1221
+ target_os = "openbsd" ,
1221
1222
target_os = "redox" ,
1222
1223
target_os = "fuchsia" ,
1223
1224
) ) ) ]
@@ -1251,6 +1252,7 @@ impl Socket {
1251
1252
target_os = "dragonfly" ,
1252
1253
target_os = "haiku" ,
1253
1254
target_os = "netbsd" ,
1255
+ target_os = "openbsd" ,
1254
1256
target_os = "redox" ,
1255
1257
target_os = "fuchsia" ,
1256
1258
) ) ) ]
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ pub(crate) use libc::{
106
106
target_os = "dragonfly" ,
107
107
target_os = "haiku" ,
108
108
target_os = "netbsd" ,
109
+ target_os = "openbsd" ,
109
110
target_os = "redox" ,
110
111
target_os = "fuchsia" ,
111
112
) ) ) ]
Original file line number Diff line number Diff line change @@ -1220,6 +1220,7 @@ test!(
1220
1220
target_os = "haiku" ,
1221
1221
target_os = "illumos" ,
1222
1222
target_os = "netbsd" ,
1223
+ target_os = "openbsd" ,
1223
1224
target_os = "redox" ,
1224
1225
target_os = "solaris" ,
1225
1226
) ) ) ]
@@ -1248,6 +1249,7 @@ fn join_leave_multicast_v4_n() {
1248
1249
target_os = "dragonfly" ,
1249
1250
target_os = "haiku" ,
1250
1251
target_os = "netbsd" ,
1252
+ target_os = "openbsd" ,
1251
1253
target_os = "redox" ,
1252
1254
target_os = "fuchsia" ,
1253
1255
) ) ) ]
You can’t perform that action at this time.
0 commit comments