@@ -276,6 +276,7 @@ impl Errno {
276
276
windows,
277
277
target_os = "aix" ,
278
278
target_os = "android" ,
279
+ target_os = "cygwin" ,
279
280
target_os = "espidf" ,
280
281
target_os = "haiku" ,
281
282
target_os = "horizon" ,
@@ -285,7 +286,6 @@ impl Errno {
285
286
target_os = "redox" ,
286
287
target_os = "vita" ,
287
288
target_os = "wasi" ,
288
- target_os = "cygwin" ,
289
289
) ) ) ]
290
290
pub const HWPOISON : Self = Self ( c:: EHWPOISON ) ;
291
291
/// `EIDRM`
@@ -327,6 +327,7 @@ impl Errno {
327
327
solarish,
328
328
windows,
329
329
target_os = "aix" ,
330
+ target_os = "cygwin" ,
330
331
target_os = "espidf" ,
331
332
target_os = "haiku" ,
332
333
target_os = "horizon" ,
@@ -335,7 +336,6 @@ impl Errno {
335
336
target_os = "nto" ,
336
337
target_os = "vita" ,
337
338
target_os = "wasi" ,
338
- target_os = "cygwin" ,
339
339
) ) ) ]
340
340
pub const ISNAM : Self = Self ( c:: EISNAM ) ;
341
341
/// `EKEYEXPIRED`
@@ -344,6 +344,7 @@ impl Errno {
344
344
solarish,
345
345
windows,
346
346
target_os = "aix" ,
347
+ target_os = "cygwin" ,
347
348
target_os = "espidf" ,
348
349
target_os = "haiku" ,
349
350
target_os = "horizon" ,
@@ -352,7 +353,6 @@ impl Errno {
352
353
target_os = "nto" ,
353
354
target_os = "vita" ,
354
355
target_os = "wasi" ,
355
- target_os = "cygwin" ,
356
356
) ) ) ]
357
357
pub const KEYEXPIRED : Self = Self ( c:: EKEYEXPIRED ) ;
358
358
/// `EKEYREJECTED`
@@ -361,6 +361,7 @@ impl Errno {
361
361
solarish,
362
362
windows,
363
363
target_os = "aix" ,
364
+ target_os = "cygwin" ,
364
365
target_os = "espidf" ,
365
366
target_os = "haiku" ,
366
367
target_os = "horizon" ,
@@ -369,7 +370,6 @@ impl Errno {
369
370
target_os = "nto" ,
370
371
target_os = "vita" ,
371
372
target_os = "wasi" ,
372
- target_os = "cygwin" ,
373
373
) ) ) ]
374
374
pub const KEYREJECTED : Self = Self ( c:: EKEYREJECTED ) ;
375
375
/// `EKEYREVOKED`
@@ -378,6 +378,7 @@ impl Errno {
378
378
solarish,
379
379
windows,
380
380
target_os = "aix" ,
381
+ target_os = "cygwin" ,
381
382
target_os = "espidf" ,
382
383
target_os = "haiku" ,
383
384
target_os = "horizon" ,
@@ -386,7 +387,6 @@ impl Errno {
386
387
target_os = "nto" ,
387
388
target_os = "vita" ,
388
389
target_os = "wasi" ,
389
- target_os = "cygwin" ,
390
390
) ) ) ]
391
391
pub const KEYREVOKED : Self = Self ( c:: EKEYREVOKED ) ;
392
392
/// `EL2HLT`
@@ -531,6 +531,7 @@ impl Errno {
531
531
solarish,
532
532
windows,
533
533
target_os = "aix" ,
534
+ target_os = "cygwin" ,
534
535
target_os = "espidf" ,
535
536
target_os = "haiku" ,
536
537
target_os = "horizon" ,
@@ -539,7 +540,6 @@ impl Errno {
539
540
target_os = "nto" ,
540
541
target_os = "vita" ,
541
542
target_os = "wasi" ,
542
- target_os = "cygwin" ,
543
543
) ) ) ]
544
544
pub const MEDIUMTYPE : Self = Self ( c:: EMEDIUMTYPE ) ;
545
545
/// `EMFILE`
@@ -561,6 +561,7 @@ impl Errno {
561
561
solarish,
562
562
windows,
563
563
target_os = "aix" ,
564
+ target_os = "cygwin" ,
564
565
target_os = "espidf" ,
565
566
target_os = "haiku" ,
566
567
target_os = "horizon" ,
@@ -569,7 +570,6 @@ impl Errno {
569
570
target_os = "nto" ,
570
571
target_os = "vita" ,
571
572
target_os = "wasi" ,
572
- target_os = "cygwin" ,
573
573
) ) ) ]
574
574
pub const NAVAIL : Self = Self ( c:: ENAVAIL ) ;
575
575
/// `ENEEDAUTH`
@@ -642,6 +642,7 @@ impl Errno {
642
642
bsd,
643
643
windows,
644
644
target_os = "aix" ,
645
+ target_os = "cygwin" ,
645
646
target_os = "espidf" ,
646
647
target_os = "haiku" ,
647
648
target_os = "horizon" ,
@@ -650,7 +651,6 @@ impl Errno {
650
651
target_os = "nto" ,
651
652
target_os = "vita" ,
652
653
target_os = "wasi" ,
653
- target_os = "cygwin" ,
654
654
) ) ) ]
655
655
pub const NOKEY : Self = Self ( c:: ENOKEY ) ;
656
656
/// `ENOLCK`
@@ -767,6 +767,7 @@ impl Errno {
767
767
solarish,
768
768
windows,
769
769
target_os = "aix" ,
770
+ target_os = "cygwin" ,
770
771
target_os = "espidf" ,
771
772
target_os = "haiku" ,
772
773
target_os = "horizon" ,
@@ -775,7 +776,6 @@ impl Errno {
775
776
target_os = "nto" ,
776
777
target_os = "vita" ,
777
778
target_os = "wasi" ,
778
- target_os = "cygwin" ,
779
779
) ) ) ]
780
780
pub const NOTNAM : Self = Self ( c:: ENOTNAM ) ;
781
781
/// `ENOTRECOVERABLE`
@@ -896,6 +896,7 @@ impl Errno {
896
896
solarish,
897
897
windows,
898
898
target_os = "aix" ,
899
+ target_os = "cygwin" ,
899
900
target_os = "espidf" ,
900
901
target_os = "haiku" ,
901
902
target_os = "horizon" ,
@@ -904,21 +905,20 @@ impl Errno {
904
905
target_os = "nto" ,
905
906
target_os = "vita" ,
906
907
target_os = "wasi" ,
907
- target_os = "cygwin" ,
908
908
) ) ) ]
909
909
pub const REMOTEIO : Self = Self ( c:: EREMOTEIO ) ;
910
910
/// `ERESTART`
911
911
#[ cfg( not( any(
912
912
bsd,
913
913
windows,
914
+ target_os = "cygwin" ,
914
915
target_os = "espidf" ,
915
916
target_os = "haiku" ,
916
917
target_os = "horizon" ,
917
918
target_os = "hurd" ,
918
919
target_os = "l4re" ,
919
920
target_os = "vita" ,
920
921
target_os = "wasi" ,
921
- target_os = "cygwin" ,
922
922
) ) ) ]
923
923
pub const RESTART : Self = Self ( c:: ERESTART ) ;
924
924
/// `ERFKILL`
@@ -928,6 +928,7 @@ impl Errno {
928
928
windows,
929
929
target_os = "aix" ,
930
930
target_os = "android" ,
931
+ target_os = "cygwin" ,
931
932
target_os = "espidf" ,
932
933
target_os = "haiku" ,
933
934
target_os = "horizon" ,
@@ -937,7 +938,6 @@ impl Errno {
937
938
target_os = "redox" ,
938
939
target_os = "vita" ,
939
940
target_os = "wasi" ,
940
- target_os = "cygwin" ,
941
941
) ) ) ]
942
942
pub const RFKILL : Self = Self ( c:: ERFKILL ) ;
943
943
/// `EROFS`
@@ -1028,6 +1028,7 @@ impl Errno {
1028
1028
solarish,
1029
1029
windows,
1030
1030
target_os = "aix" ,
1031
+ target_os = "cygwin" ,
1031
1032
target_os = "espidf" ,
1032
1033
target_os = "haiku" ,
1033
1034
target_os = "horizon" ,
@@ -1036,7 +1037,6 @@ impl Errno {
1036
1037
target_os = "nto" ,
1037
1038
target_os = "vita" ,
1038
1039
target_os = "wasi" ,
1039
- target_os = "cygwin" ,
1040
1040
) ) ) ]
1041
1041
pub const UCLEAN : Self = Self ( c:: EUCLEAN ) ;
1042
1042
/// `EUNATCH`
0 commit comments