File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -583,10 +583,12 @@ libc_enum! {
583
583
}
584
584
}
585
585
586
- #[ cfg( all( target_os = "linux" , target_arch = "sparc64" ) ) ]
587
- pub const VMIN : SpecialCharacterIndices = SpecialCharacterIndices :: VEOF ;
588
- #[ cfg( all( target_os = "linux" , target_arch = "sparc64" ) ) ]
589
- pub const VTIME : SpecialCharacterIndices = SpecialCharacterIndices :: VEOL ;
586
+ impl SpecialCharacterIndices {
587
+ #[ cfg( all( target_os = "linux" , target_arch = "sparc64" ) ) ]
588
+ pub const VMIN : SpecialCharacterIndices = SpecialCharacterIndices :: VEOF ;
589
+ #[ cfg( all( target_os = "linux" , target_arch = "sparc64" ) ) ]
590
+ pub const VTIME : SpecialCharacterIndices = SpecialCharacterIndices :: VEOL ;
591
+ }
590
592
591
593
pub use libc:: NCCS ;
592
594
#[ cfg( any( target_os = "dragonfly" ,
You can’t perform that action at this time.
0 commit comments