File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -427,9 +427,11 @@ impl TcpKeepalive {
427
427
#[ cfg( all(
428
428
feature = "all" ,
429
429
any(
430
+ target_os = "android" ,
430
431
target_os = "dragonfly" ,
431
432
target_os = "freebsd" ,
432
433
target_os = "fuchsia" ,
434
+ target_os = "illumos" ,
433
435
target_os = "linux" ,
434
436
target_os = "netbsd" ,
435
437
target_vendor = "apple" ,
@@ -441,8 +443,11 @@ impl TcpKeepalive {
441
443
doc( cfg( all(
442
444
feature = "all" ,
443
445
any(
446
+ target_os = "android" ,
447
+ target_os = "dragonfly" ,
444
448
target_os = "freebsd" ,
445
449
target_os = "fuchsia" ,
450
+ target_os = "illumos" ,
446
451
target_os = "linux" ,
447
452
target_os = "netbsd" ,
448
453
target_vendor = "apple" ,
@@ -465,9 +470,11 @@ impl TcpKeepalive {
465
470
feature = "all" ,
466
471
any(
467
472
doc,
473
+ target_os = "android" ,
468
474
target_os = "dragonfly" ,
469
475
target_os = "freebsd" ,
470
476
target_os = "fuchsia" ,
477
+ target_os = "illumos" ,
471
478
target_os = "linux" ,
472
479
target_os = "netbsd" ,
473
480
target_vendor = "apple" ,
@@ -478,8 +485,11 @@ impl TcpKeepalive {
478
485
doc( cfg( all(
479
486
feature = "all" ,
480
487
any(
488
+ target_os = "android" ,
489
+ target_os = "dragonfly" ,
481
490
target_os = "freebsd" ,
482
491
target_os = "fuchsia" ,
492
+ target_os = "illumos" ,
483
493
target_os = "linux" ,
484
494
target_os = "netbsd" ,
485
495
target_vendor = "apple" ,
You can’t perform that action at this time.
0 commit comments