File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ impl Socket {
188
188
target_os = "android" ,
189
189
target_os = "dragonfly" ,
190
190
target_os = "freebsd" ,
191
+ target_os = "illumos" ,
191
192
target_os = "linux" ,
192
193
target_os = "netbsd" ,
193
194
target_os = "openbsd" ,
@@ -199,6 +200,7 @@ impl Socket {
199
200
target_os = "android" ,
200
201
target_os = "dragonfly" ,
201
202
target_os = "freebsd" ,
203
+ target_os = "illumos" ,
202
204
target_os = "linux" ,
203
205
target_os = "netbsd" ,
204
206
target_os = "openbsd" ,
@@ -493,6 +495,7 @@ fn set_common_type(ty: Type) -> Type {
493
495
target_os = "android" ,
494
496
target_os = "dragonfly" ,
495
497
target_os = "freebsd" ,
498
+ target_os = "illumos" ,
496
499
target_os = "linux" ,
497
500
target_os = "netbsd" ,
498
501
target_os = "openbsd" ,
@@ -516,6 +519,7 @@ fn set_common_flags(socket: Socket) -> io::Result<Socket> {
516
519
target_os = "android" ,
517
520
target_os = "dragonfly" ,
518
521
target_os = "freebsd" ,
522
+ target_os = "illumos" ,
519
523
target_os = "linux" ,
520
524
target_os = "netbsd" ,
521
525
target_os = "openbsd" ,
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ impl Type {
187
187
target_os = "android" ,
188
188
target_os = "dragonfly" ,
189
189
target_os = "freebsd" ,
190
+ target_os = "illumos" ,
190
191
target_os = "linux" ,
191
192
target_os = "netbsd" ,
192
193
target_os = "openbsd"
@@ -208,6 +209,7 @@ impl Type {
208
209
target_os = "android" ,
209
210
target_os = "dragonfly" ,
210
211
target_os = "freebsd" ,
212
+ target_os = "illumos" ,
211
213
target_os = "linux" ,
212
214
target_os = "netbsd" ,
213
215
target_os = "openbsd"
@@ -221,6 +223,7 @@ impl Type {
221
223
target_os = "android" ,
222
224
target_os = "dragonfly" ,
223
225
target_os = "freebsd" ,
226
+ target_os = "illumos" ,
224
227
target_os = "linux" ,
225
228
target_os = "netbsd" ,
226
229
target_os = "openbsd"
You can’t perform that action at this time.
0 commit comments