File tree Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Expand file tree Collapse file tree 9 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1462,6 +1462,7 @@ pub const TIOCISPTMASTER: ::c_ulong = 0x20007455;
14621462pub const TIOCMODG : :: c_ulong = 0x40047403 ;
14631463pub const TIOCMODS : :: c_ulong = 0x80047404 ;
14641464pub const TIOCREMOTE : :: c_ulong = 0x80047469 ;
1465+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
14651466
14661467// Constants used by "at" family of system calls.
14671468pub const AT_FDCWD : :: c_int = 0xFFFAFDCD ; // invalid file descriptor
Original file line number Diff line number Diff line change @@ -135,3 +135,4 @@ cfg_if! {
135135
136136pub const MAP_32BIT : :: c_int = 0x00080000 ;
137137pub const MINSIGSTKSZ : :: size_t = 4096 ; // 1024 * 4
138+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -52,3 +52,4 @@ cfg_if! {
5252pub ( crate ) const _ALIGNBYTES: usize = :: mem:: size_of :: < :: c_int > ( ) - 1 ;
5353pub const MAP_32BIT : :: c_int = 0x00080000 ;
5454pub const MINSIGSTKSZ : :: size_t = 4096 ; // 1024 * 4
55+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -71,3 +71,4 @@ cfg_if! {
7171pub ( crate ) const _ALIGNBYTES: usize = :: mem:: size_of :: < :: c_int > ( ) - 1 ;
7272pub const MAP_32BIT : :: c_int = 0x00080000 ;
7373pub const MINSIGSTKSZ : :: size_t = 2048 ; // 512 * 4
74+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -71,3 +71,4 @@ cfg_if! {
7171pub ( crate ) const _ALIGNBYTES: usize = :: mem:: size_of :: < :: c_long > ( ) - 1 ;
7272pub const MAP_32BIT : :: c_int = 0x00080000 ;
7373pub const MINSIGSTKSZ : :: size_t = 2048 ; // 512 * 4
74+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -143,3 +143,4 @@ cfg_if! {
143143
144144pub const MAP_32BIT : :: c_int = 0x00080000 ;
145145pub const MINSIGSTKSZ : :: size_t = 4096 ; // 1024 * 4
146+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -157,3 +157,4 @@ cfg_if! {
157157pub const MINSIGSTKSZ : :: size_t = 2048 ; // 512 * 4
158158
159159pub const KINFO_FILE_SIZE : :: c_int = 1392 ;
160+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40087459 ;
Original file line number Diff line number Diff line change @@ -236,5 +236,7 @@ pub const _MC_FPOWNED_PCB: c_long = 0x20002;
236236
237237pub const KINFO_FILE_SIZE : :: c_int = 1392 ;
238238
239+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
240+
239241mod align;
240242pub use self :: align:: * ;
Original file line number Diff line number Diff line change @@ -1224,7 +1224,6 @@ pub const TIOCGETD: ::c_ulong = 0x4004741a;
12241224pub const TIOCSETD : :: c_ulong = 0x8004741b ;
12251225pub const TIOCGDRAINWAIT : :: c_ulong = 0x40047456 ;
12261226pub const TIOCSDRAINWAIT : :: c_ulong = 0x80047457 ;
1227- pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
12281227pub const TIOCMGDTRWAIT : :: c_ulong = 0x4004745a ;
12291228pub const TIOCMSDTRWAIT : :: c_ulong = 0x8004745b ;
12301229pub const TIOCDRAIN : :: c_ulong = 0x2000745e ;
You can’t perform that action at this time.
0 commit comments