File tree 2 files changed +2
-2
lines changed
src/unix/notbsd/linux/other 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ pub const B19200: ::speed_t = 0o000016;
156
156
pub const B38400 : :: speed_t = 0o000017 ;
157
157
pub const EXTA : :: speed_t = B19200 ;
158
158
pub const EXTB : :: speed_t = B38400 ;
159
- pub const CBAUDEX : :: speed_t = 0o010000 ;
159
+ pub const CBAUDEX : :: speed_t = 0o000020 ;
160
160
pub const B57600 : :: speed_t = 0o0020 ;
161
161
pub const B115200 : :: speed_t = 0o0021 ;
162
162
pub const B230400 : :: speed_t = 0o0022 ;
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ pub const B19200: ::speed_t = 0o000016;
364
364
pub const B38400 : :: speed_t = 0o000017 ;
365
365
pub const EXTA : :: speed_t = B19200 ;
366
366
pub const EXTB : :: speed_t = B38400 ;
367
- pub const CBAUDEX : :: speed_t = 0o010000 ;
367
+ pub const CBAUDEX : :: speed_t = 0o000020 ;
368
368
pub const B57600 : :: speed_t = 0o0020 ;
369
369
pub const B115200 : :: speed_t = 0o0021 ;
370
370
pub const B230400 : :: speed_t = 0o0022 ;
You can’t perform that action at this time.
0 commit comments