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 @@ -374,9 +374,11 @@ impl TcpKeepalive {
374
374
#[ cfg( all(
375
375
feature = "all" ,
376
376
any(
377
+ target_os = "android" ,
377
378
target_os = "dragonfly" ,
378
379
target_os = "freebsd" ,
379
380
target_os = "fuchsia" ,
381
+ target_os = "illumos" ,
380
382
target_os = "linux" ,
381
383
target_os = "netbsd" ,
382
384
target_vendor = "apple" ,
@@ -388,8 +390,11 @@ impl TcpKeepalive {
388
390
doc( cfg( all(
389
391
feature = "all" ,
390
392
any(
393
+ target_os = "android" ,
394
+ target_os = "dragonfly" ,
391
395
target_os = "freebsd" ,
392
396
target_os = "fuchsia" ,
397
+ target_os = "illumos" ,
393
398
target_os = "linux" ,
394
399
target_os = "netbsd" ,
395
400
target_vendor = "apple" ,
@@ -412,9 +417,11 @@ impl TcpKeepalive {
412
417
feature = "all" ,
413
418
any(
414
419
doc,
420
+ target_os = "android" ,
415
421
target_os = "dragonfly" ,
416
422
target_os = "freebsd" ,
417
423
target_os = "fuchsia" ,
424
+ target_os = "illumos" ,
418
425
target_os = "linux" ,
419
426
target_os = "netbsd" ,
420
427
target_vendor = "apple" ,
@@ -425,8 +432,11 @@ impl TcpKeepalive {
425
432
doc( cfg( all(
426
433
feature = "all" ,
427
434
any(
435
+ target_os = "android" ,
436
+ target_os = "dragonfly" ,
428
437
target_os = "freebsd" ,
429
438
target_os = "fuchsia" ,
439
+ target_os = "illumos" ,
430
440
target_os = "linux" ,
431
441
target_os = "netbsd" ,
432
442
target_vendor = "apple" ,
You can’t perform that action at this time.
0 commit comments