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;
1462
1462
pub const TIOCMODG : :: c_ulong = 0x40047403 ;
1463
1463
pub const TIOCMODS : :: c_ulong = 0x80047404 ;
1464
1464
pub const TIOCREMOTE : :: c_ulong = 0x80047469 ;
1465
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
1465
1466
1466
1467
// Constants used by "at" family of system calls.
1467
1468
pub 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! {
135
135
136
136
pub const MAP_32BIT : :: c_int = 0x00080000 ;
137
137
pub 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! {
52
52
pub ( crate ) const _ALIGNBYTES: usize = :: mem:: size_of :: < :: c_int > ( ) - 1 ;
53
53
pub const MAP_32BIT : :: c_int = 0x00080000 ;
54
54
pub 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! {
71
71
pub ( crate ) const _ALIGNBYTES: usize = :: mem:: size_of :: < :: c_int > ( ) - 1 ;
72
72
pub const MAP_32BIT : :: c_int = 0x00080000 ;
73
73
pub 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! {
71
71
pub ( crate ) const _ALIGNBYTES: usize = :: mem:: size_of :: < :: c_long > ( ) - 1 ;
72
72
pub const MAP_32BIT : :: c_int = 0x00080000 ;
73
73
pub 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! {
143
143
144
144
pub const MAP_32BIT : :: c_int = 0x00080000 ;
145
145
pub 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! {
157
157
pub const MINSIGSTKSZ : :: size_t = 2048 ; // 512 * 4
158
158
159
159
pub 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;
236
236
237
237
pub const KINFO_FILE_SIZE : :: c_int = 1392 ;
238
238
239
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
240
+
239
241
mod align;
240
242
pub use self :: align:: * ;
Original file line number Diff line number Diff line change @@ -1224,7 +1224,6 @@ pub const TIOCGETD: ::c_ulong = 0x4004741a;
1224
1224
pub const TIOCSETD : :: c_ulong = 0x8004741b ;
1225
1225
pub const TIOCGDRAINWAIT : :: c_ulong = 0x40047456 ;
1226
1226
pub const TIOCSDRAINWAIT : :: c_ulong = 0x80047457 ;
1227
- pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
1228
1227
pub const TIOCMGDTRWAIT : :: c_ulong = 0x4004745a ;
1229
1228
pub const TIOCMSDTRWAIT : :: c_ulong = 0x8004745b ;
1230
1229
pub const TIOCDRAIN : :: c_ulong = 0x2000745e ;
You can’t perform that action at this time.
0 commit comments