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