@@ -285,6 +285,7 @@ impl Errno {
285285 target_os = "redox" ,
286286 target_os = "vita" ,
287287 target_os = "wasi" ,
288+ target_os = "cygwin" ,
288289 ) ) ) ]
289290 pub const HWPOISON : Self = Self ( c:: EHWPOISON ) ;
290291 /// `EIDRM`
@@ -334,6 +335,7 @@ impl Errno {
334335 target_os = "nto" ,
335336 target_os = "vita" ,
336337 target_os = "wasi" ,
338+ target_os = "cygwin" ,
337339 ) ) ) ]
338340 pub const ISNAM : Self = Self ( c:: EISNAM ) ;
339341 /// `EKEYEXPIRED`
@@ -350,6 +352,7 @@ impl Errno {
350352 target_os = "nto" ,
351353 target_os = "vita" ,
352354 target_os = "wasi" ,
355+ target_os = "cygwin" ,
353356 ) ) ) ]
354357 pub const KEYEXPIRED : Self = Self ( c:: EKEYEXPIRED ) ;
355358 /// `EKEYREJECTED`
@@ -366,6 +369,7 @@ impl Errno {
366369 target_os = "nto" ,
367370 target_os = "vita" ,
368371 target_os = "wasi" ,
372+ target_os = "cygwin" ,
369373 ) ) ) ]
370374 pub const KEYREJECTED : Self = Self ( c:: EKEYREJECTED ) ;
371375 /// `EKEYREVOKED`
@@ -382,6 +386,7 @@ impl Errno {
382386 target_os = "nto" ,
383387 target_os = "vita" ,
384388 target_os = "wasi" ,
389+ target_os = "cygwin" ,
385390 ) ) ) ]
386391 pub const KEYREVOKED : Self = Self ( c:: EKEYREVOKED ) ;
387392 /// `EL2HLT`
@@ -534,6 +539,7 @@ impl Errno {
534539 target_os = "nto" ,
535540 target_os = "vita" ,
536541 target_os = "wasi" ,
542+ target_os = "cygwin" ,
537543 ) ) ) ]
538544 pub const MEDIUMTYPE : Self = Self ( c:: EMEDIUMTYPE ) ;
539545 /// `EMFILE`
@@ -563,6 +569,7 @@ impl Errno {
563569 target_os = "nto" ,
564570 target_os = "vita" ,
565571 target_os = "wasi" ,
572+ target_os = "cygwin" ,
566573 ) ) ) ]
567574 pub const NAVAIL : Self = Self ( c:: ENAVAIL ) ;
568575 /// `ENEEDAUTH`
@@ -643,6 +650,7 @@ impl Errno {
643650 target_os = "nto" ,
644651 target_os = "vita" ,
645652 target_os = "wasi" ,
653+ target_os = "cygwin" ,
646654 ) ) ) ]
647655 pub const NOKEY : Self = Self ( c:: ENOKEY ) ;
648656 /// `ENOLCK`
@@ -767,6 +775,7 @@ impl Errno {
767775 target_os = "nto" ,
768776 target_os = "vita" ,
769777 target_os = "wasi" ,
778+ target_os = "cygwin" ,
770779 ) ) ) ]
771780 pub const NOTNAM : Self = Self ( c:: ENOTNAM ) ;
772781 /// `ENOTRECOVERABLE`
@@ -895,6 +904,7 @@ impl Errno {
895904 target_os = "nto" ,
896905 target_os = "vita" ,
897906 target_os = "wasi" ,
907+ target_os = "cygwin" ,
898908 ) ) ) ]
899909 pub const REMOTEIO : Self = Self ( c:: EREMOTEIO ) ;
900910 /// `ERESTART`
@@ -907,7 +917,8 @@ impl Errno {
907917 target_os = "hurd" ,
908918 target_os = "l4re" ,
909919 target_os = "vita" ,
910- target_os = "wasi"
920+ target_os = "wasi" ,
921+ target_os = "cygwin" ,
911922 ) ) ) ]
912923 pub const RESTART : Self = Self ( c:: ERESTART ) ;
913924 /// `ERFKILL`
@@ -926,6 +937,7 @@ impl Errno {
926937 target_os = "redox" ,
927938 target_os = "vita" ,
928939 target_os = "wasi" ,
940+ target_os = "cygwin" ,
929941 ) ) ) ]
930942 pub const RFKILL : Self = Self ( c:: ERFKILL ) ;
931943 /// `EROFS`
@@ -1024,6 +1036,7 @@ impl Errno {
10241036 target_os = "nto" ,
10251037 target_os = "vita" ,
10261038 target_os = "wasi" ,
1039+ target_os = "cygwin" ,
10271040 ) ) ) ]
10281041 pub const UCLEAN : Self = Self ( c:: EUCLEAN ) ;
10291042 /// `EUNATCH`
0 commit comments