File tree Expand file tree Collapse file tree 7 files changed +15
-0
lines changed
Expand file tree Collapse file tree 7 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -490,6 +490,9 @@ pub const O_DIRECTORY: ::c_int = 0x10000;
490490pub const O_LARGEFILE : :: c_int = 0 ;
491491pub const O_NOFOLLOW : :: c_int = 0x20000 ;
492492
493+ pub const TIOCGRS485 : :: c_int = 0x542E ;
494+ pub const TIOCSRS485 : :: c_int = 0x542F ;
495+
493496pub const SIGSTKSZ : :: size_t = 8192 ;
494497pub const MINSIGSTKSZ : :: size_t = 2048 ;
495498
Original file line number Diff line number Diff line change @@ -252,6 +252,8 @@ pub const TIOCSPGRP: ::c_ulong = 0x5410;
252252pub const TIOCOUTQ : :: c_ulong = 0x5411 ;
253253pub const TIOCGWINSZ : :: c_ulong = 0x5413 ;
254254pub const TIOCSWINSZ : :: c_ulong = 0x5414 ;
255+ pub const TIOCGRS485 : :: c_int = 0x542E ;
256+ pub const TIOCSRS485 : :: c_int = 0x542F ;
255257pub const FIONREAD : :: c_ulong = 0x541B ;
256258
257259// Syscall table
Original file line number Diff line number Diff line change @@ -241,6 +241,8 @@ pub const TIOCSPGRP: ::c_ulong = 0x80047476;
241241pub const TIOCOUTQ : :: c_ulong = 0x40047473 ;
242242pub const TIOCGWINSZ : :: c_ulong = 0x40087468 ;
243243pub const TIOCSWINSZ : :: c_ulong = 0x80087467 ;
244+ pub const TIOCGRS485 : :: c_int = 0x542e ;
245+ pub const TIOCSRS485 : :: c_int = 0x542f ;
244246pub const FIONREAD : :: c_ulong = 0x4004667f ;
245247
246248pub const SYS_restart_syscall : :: c_long = 0 ;
Original file line number Diff line number Diff line change @@ -458,6 +458,8 @@ pub const TIOCSPGRP: ::c_ulong = 0x5410;
458458pub const TIOCOUTQ : :: c_ulong = 0x5411 ;
459459pub const TIOCGWINSZ : :: c_ulong = 0x5413 ;
460460pub const TIOCSWINSZ : :: c_ulong = 0x5414 ;
461+ pub const TIOCGRS485 : :: c_int = 0x542E ;
462+ pub const TIOCSRS485 : :: c_int = 0x542F ;
461463pub const FIONREAD : :: c_ulong = 0x541B ;
462464
463465// Syscall table
Original file line number Diff line number Diff line change @@ -147,6 +147,8 @@ pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
147147
148148pub const TIOCGSOFTCAR : :: c_ulong = 0x5419 ;
149149pub const TIOCSSOFTCAR : :: c_ulong = 0x541A ;
150+ pub const TIOCGRS485 : :: c_int = 0x542E ;
151+ pub const TIOCSRS485 : :: c_int = 0x542F ;
150152
151153pub const RLIMIT_NOFILE : :: c_int = 7 ;
152154pub const RLIMIT_NPROC : :: c_int = 6 ;
Original file line number Diff line number Diff line change @@ -344,6 +344,8 @@ pub const TIOCMBIS: ::c_ulong = 0x5416;
344344pub const TIOCMBIC : :: c_ulong = 0x5417 ;
345345pub const TIOCMSET : :: c_ulong = 0x5418 ;
346346pub const TIOCCONS : :: c_ulong = 0x541D ;
347+ pub const TIOCGRS485 : :: c_int = 0x542E ;
348+ pub const TIOCSRS485 : :: c_int = 0x542F ;
347349
348350pub const SFD_CLOEXEC : :: c_int = 0x080000 ;
349351
Original file line number Diff line number Diff line change @@ -332,6 +332,8 @@ cfg_if! {
332332
333333pub const TIOCGSOFTCAR : :: c_ulong = 0x5419 ;
334334pub const TIOCSSOFTCAR : :: c_ulong = 0x541A ;
335+ pub const TIOCGRS485 : :: c_int = 0x542E ;
336+ pub const TIOCSRS485 : :: c_int = 0x542F ;
335337
336338pub const RLIMIT_NOFILE : :: c_int = 7 ;
337339pub const RLIMIT_NPROC : :: c_int = 6 ;
You can’t perform that action at this time.
0 commit comments