Skip to content

Commit a45a57a

Browse files
committed
Fix FLUSHO value on Sparc64
1 parent e5be9d7 commit a45a57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/notbsd/linux/other/b64/sparc64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ pub const VEOL2: usize = 6;
495495
pub const VMIN: usize = 4;
496496
pub const IEXTEN: ::tcflag_t = 0x8000;
497497
pub const TOSTOP: ::tcflag_t = 0x100;
498-
pub const FLUSHO: ::tcflag_t = 0x2000;
498+
pub const FLUSHO: ::tcflag_t = 0x1000;
499499
pub const EXTPROC: ::tcflag_t = 0x10000;
500500
pub const TCGETS: ::c_ulong = 0x40245408;
501501
pub const TCSETS: ::c_ulong = 0x80245409;

0 commit comments

Comments
 (0)