File tree Expand file tree Collapse file tree 8 files changed +10
-6
lines changed Expand file tree Collapse file tree 8 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -505,6 +505,9 @@ pub const P_PID: idtype_t = 0;
505
505
pub const P_PGID : idtype_t = 2 ;
506
506
pub const P_ALL : idtype_t = 7 ;
507
507
508
+ pub const B460800 : :: speed_t = 460800 ;
509
+ pub const B921600 : :: speed_t = 921600 ;
510
+
508
511
extern {
509
512
pub fn __error ( ) -> * mut :: c_int ;
510
513
Original file line number Diff line number Diff line change @@ -869,13 +869,13 @@ pub const B57600: speed_t = 57600;
869
869
pub const B76800 : speed_t = 76800 ;
870
870
pub const B115200 : speed_t = 115200 ;
871
871
pub const B230400 : speed_t = 230400 ;
872
- pub const B460800 : speed_t = 460800 ;
873
- pub const B921600 : speed_t = 921600 ;
874
872
pub const EXTA : speed_t = 19200 ;
875
873
pub const EXTB : speed_t = 38400 ;
876
874
877
875
pub const SEM_FAILED : * mut sem_t = 0 as * mut sem_t ;
878
876
877
+ pub const CRTSCTS : :: tcflag_t = 0x00030000 ;
878
+
879
879
f ! {
880
880
pub fn WIFCONTINUED ( status: :: c_int) -> bool {
881
881
status == 0x13
Original file line number Diff line number Diff line change @@ -641,6 +641,9 @@ pub const P_ALL: idtype_t = 0;
641
641
pub const P_PID : idtype_t = 1 ;
642
642
pub const P_PGID : idtype_t = 4 ;
643
643
644
+ pub const B460800 : :: speed_t = 460800 ;
645
+ pub const B921600 : :: speed_t = 921600 ;
646
+
644
647
extern {
645
648
pub fn aio_read ( aiocbp : * mut aiocb ) -> :: c_int ;
646
649
pub fn aio_write ( aiocbp : * mut aiocb ) -> :: c_int ;
Original file line number Diff line number Diff line change @@ -464,7 +464,6 @@ pub const TCSBRKP: ::c_int = 0x5425;
464
464
pub const TCSANOW : :: c_int = 0 ;
465
465
pub const TCSADRAIN : :: c_int = 0x1 ;
466
466
pub const TCSAFLUSH : :: c_int = 0x2 ;
467
- pub const IUTF8 : :: tcflag_t = 0x00004000 ;
468
467
pub const VEOF : usize = 4 ;
469
468
pub const VEOL : usize = 11 ;
470
469
pub const VEOL2 : usize = 16 ;
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ pub const VMIN: usize = 4;
322
322
pub const IEXTEN : :: tcflag_t = 0x00000100 ;
323
323
pub const TOSTOP : :: tcflag_t = 0x00008000 ;
324
324
pub const FLUSHO : :: tcflag_t = 0x00002000 ;
325
- pub const IUTF8 : :: tcflag_t = 0x00004000 ;
325
+ pub const EXTPROC : :: tcflag_t = 0o200000 ;
326
326
pub const TCSANOW : :: c_int = 0x540e ;
327
327
pub const TCSADRAIN : :: c_int = 0x540f ;
328
328
pub const TCSAFLUSH : :: c_int = 0x5410 ;
Original file line number Diff line number Diff line change @@ -314,7 +314,6 @@ pub const TMPFS_MAGIC: ::c_long = 0x01021994;
314
314
pub const USBDEVICE_SUPER_MAGIC : :: c_long = 0x00009fa2 ;
315
315
316
316
pub const VEOF : usize = 4 ;
317
- pub const IUTF8 : :: tcflag_t = 0x00004000 ;
318
317
319
318
pub const CPU_SETSIZE : :: c_int = 0x400 ;
320
319
Original file line number Diff line number Diff line change @@ -576,7 +576,6 @@ pub const VMIN: usize = 6;
576
576
pub const IEXTEN : :: tcflag_t = 0x00008000 ;
577
577
pub const TOSTOP : :: tcflag_t = 0x00000100 ;
578
578
pub const FLUSHO : :: tcflag_t = 0x00001000 ;
579
- pub const IUTF8 : :: tcflag_t = 0x00004000 ;
580
579
581
580
pub const CPU_SETSIZE : :: c_int = 0x400 ;
582
581
Original file line number Diff line number Diff line change @@ -675,6 +675,7 @@ pub const IGNCR: ::tcflag_t = 0x00000080;
675
675
pub const ICRNL : :: tcflag_t = 0x00000100 ;
676
676
pub const IXANY : :: tcflag_t = 0x00000800 ;
677
677
pub const IMAXBEL : :: tcflag_t = 0x00002000 ;
678
+ pub const IUTF8 : :: tcflag_t = 0x00004000 ;
678
679
pub const OPOST : :: tcflag_t = 0x1 ;
679
680
pub const CS5 : :: tcflag_t = 0x00000000 ;
680
681
pub const CRTSCTS : :: tcflag_t = 0x80000000 ;
You can’t perform that action at this time.
0 commit comments