@@ -285,6 +285,7 @@ impl Errno {
285
285
target_os = "redox" ,
286
286
target_os = "vita" ,
287
287
target_os = "wasi" ,
288
+ target_os = "cygwin" ,
288
289
) ) ) ]
289
290
pub const HWPOISON : Self = Self ( c:: EHWPOISON ) ;
290
291
/// `EIDRM`
@@ -334,6 +335,7 @@ impl Errno {
334
335
target_os = "nto" ,
335
336
target_os = "vita" ,
336
337
target_os = "wasi" ,
338
+ target_os = "cygwin" ,
337
339
) ) ) ]
338
340
pub const ISNAM : Self = Self ( c:: EISNAM ) ;
339
341
/// `EKEYEXPIRED`
@@ -350,6 +352,7 @@ impl Errno {
350
352
target_os = "nto" ,
351
353
target_os = "vita" ,
352
354
target_os = "wasi" ,
355
+ target_os = "cygwin" ,
353
356
) ) ) ]
354
357
pub const KEYEXPIRED : Self = Self ( c:: EKEYEXPIRED ) ;
355
358
/// `EKEYREJECTED`
@@ -366,6 +369,7 @@ impl Errno {
366
369
target_os = "nto" ,
367
370
target_os = "vita" ,
368
371
target_os = "wasi" ,
372
+ target_os = "cygwin" ,
369
373
) ) ) ]
370
374
pub const KEYREJECTED : Self = Self ( c:: EKEYREJECTED ) ;
371
375
/// `EKEYREVOKED`
@@ -382,6 +386,7 @@ impl Errno {
382
386
target_os = "nto" ,
383
387
target_os = "vita" ,
384
388
target_os = "wasi" ,
389
+ target_os = "cygwin" ,
385
390
) ) ) ]
386
391
pub const KEYREVOKED : Self = Self ( c:: EKEYREVOKED ) ;
387
392
/// `EL2HLT`
@@ -534,6 +539,7 @@ impl Errno {
534
539
target_os = "nto" ,
535
540
target_os = "vita" ,
536
541
target_os = "wasi" ,
542
+ target_os = "cygwin" ,
537
543
) ) ) ]
538
544
pub const MEDIUMTYPE : Self = Self ( c:: EMEDIUMTYPE ) ;
539
545
/// `EMFILE`
@@ -563,6 +569,7 @@ impl Errno {
563
569
target_os = "nto" ,
564
570
target_os = "vita" ,
565
571
target_os = "wasi" ,
572
+ target_os = "cygwin" ,
566
573
) ) ) ]
567
574
pub const NAVAIL : Self = Self ( c:: ENAVAIL ) ;
568
575
/// `ENEEDAUTH`
@@ -643,6 +650,7 @@ impl Errno {
643
650
target_os = "nto" ,
644
651
target_os = "vita" ,
645
652
target_os = "wasi" ,
653
+ target_os = "cygwin" ,
646
654
) ) ) ]
647
655
pub const NOKEY : Self = Self ( c:: ENOKEY ) ;
648
656
/// `ENOLCK`
@@ -767,6 +775,7 @@ impl Errno {
767
775
target_os = "nto" ,
768
776
target_os = "vita" ,
769
777
target_os = "wasi" ,
778
+ target_os = "cygwin" ,
770
779
) ) ) ]
771
780
pub const NOTNAM : Self = Self ( c:: ENOTNAM ) ;
772
781
/// `ENOTRECOVERABLE`
@@ -895,6 +904,7 @@ impl Errno {
895
904
target_os = "nto" ,
896
905
target_os = "vita" ,
897
906
target_os = "wasi" ,
907
+ target_os = "cygwin" ,
898
908
) ) ) ]
899
909
pub const REMOTEIO : Self = Self ( c:: EREMOTEIO ) ;
900
910
/// `ERESTART`
@@ -907,7 +917,8 @@ impl Errno {
907
917
target_os = "hurd" ,
908
918
target_os = "l4re" ,
909
919
target_os = "vita" ,
910
- target_os = "wasi"
920
+ target_os = "wasi" ,
921
+ target_os = "cygwin" ,
911
922
) ) ) ]
912
923
pub const RESTART : Self = Self ( c:: ERESTART ) ;
913
924
/// `ERFKILL`
@@ -926,6 +937,7 @@ impl Errno {
926
937
target_os = "redox" ,
927
938
target_os = "vita" ,
928
939
target_os = "wasi" ,
940
+ target_os = "cygwin" ,
929
941
) ) ) ]
930
942
pub const RFKILL : Self = Self ( c:: ERFKILL ) ;
931
943
/// `EROFS`
@@ -1024,6 +1036,7 @@ impl Errno {
1024
1036
target_os = "nto" ,
1025
1037
target_os = "vita" ,
1026
1038
target_os = "wasi" ,
1039
+ target_os = "cygwin" ,
1027
1040
) ) ) ]
1028
1041
pub const UCLEAN : Self = Self ( c:: EUCLEAN ) ;
1029
1042
/// `EUNATCH`
0 commit comments