File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/uucore/src/lib/features Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -70,20 +70,20 @@ macro_rules! chars2string {
7070mod ut {
7171 pub static DEFAULT_FILE : & str = "/var/run/utmp" ;
7272
73- #[ cfg( not( target_env = "musl" ) ) ]
74- pub use libc:: __UT_HOSTSIZE as UT_HOSTSIZE ;
7573 #[ cfg( target_env = "musl" ) ]
7674 pub use libc:: UT_HOSTSIZE ;
77-
7875 #[ cfg( not( target_env = "musl" ) ) ]
79- pub use libc:: __UT_LINESIZE as UT_LINESIZE ;
76+ pub use libc:: __UT_HOSTSIZE as UT_HOSTSIZE ;
77+
8078 #[ cfg( target_env = "musl" ) ]
8179 pub use libc:: UT_LINESIZE ;
82-
8380 #[ cfg( not( target_env = "musl" ) ) ]
84- pub use libc:: __UT_NAMESIZE as UT_NAMESIZE ;
81+ pub use libc:: __UT_LINESIZE as UT_LINESIZE ;
82+
8583 #[ cfg( target_env = "musl" ) ]
8684 pub use libc:: UT_NAMESIZE ;
85+ #[ cfg( not( target_env = "musl" ) ) ]
86+ pub use libc:: __UT_NAMESIZE as UT_NAMESIZE ;
8787
8888 pub const UT_IDSIZE : usize = 4 ;
8989
You can’t perform that action at this time.
0 commit comments