Skip to content

Commit d44f9b7

Browse files
committed
Reorder consts for sparc64 to match header
1 parent bb734e3 commit d44f9b7

File tree

1 file changed

+4
-4
lines changed
  • src/unix/linux_like/linux/gnu/b64/sparc64

1 file changed

+4
-4
lines changed

src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,13 +416,13 @@ pub const TIOCLINUX: ::c_ulong = 0x541C;
416416
pub const TIOCGSERIAL: ::c_ulong = 0x541E;
417417
pub const TIOCEXCL: ::c_ulong = 0x2000740d;
418418
pub const TIOCNXCL: ::c_ulong = 0x2000740e;
419-
pub const TIOCSCTTY: ::c_ulong = 0x20007484;
420-
pub const TIOCSTI: ::c_ulong = 0x80017472;
419+
pub const TIOCCONS: ::c_ulong = 0x20007424;
421420
pub const TIOCMGET: ::c_ulong = 0x4004746a;
422-
pub const TIOCMBIS: ::c_ulong = 0x8004746c;
423421
pub const TIOCMBIC: ::c_ulong = 0x8004746b;
422+
pub const TIOCMBIS: ::c_ulong = 0x8004746c;
424423
pub const TIOCMSET: ::c_ulong = 0x8004746d;
425-
pub const TIOCCONS: ::c_ulong = 0x20007424;
424+
pub const TIOCSTI: ::c_ulong = 0x80017472;
425+
pub const TIOCSCTTY: ::c_ulong = 0x20007484;
426426

427427
pub const TIOCM_ST: ::c_int = 0x008;
428428
pub const TIOCM_SR: ::c_int = 0x010;

0 commit comments

Comments
 (0)