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 @@ -144,3 +144,4 @@ cfg_if! {
144
144
145
145
pub const MAP_32BIT : :: c_int = 0x00080000 ;
146
146
pub const MINSIGSTKSZ : :: size_t = 4096 ; // 1024 * 4
147
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -62,3 +62,4 @@ cfg_if! {
62
62
63
63
pub const MAP_32BIT : :: c_int = 0x00080000 ;
64
64
pub const MINSIGSTKSZ : :: size_t = 4096 ; // 1024 * 4
65
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -85,3 +85,4 @@ cfg_if! {
85
85
86
86
pub const MAP_32BIT : :: c_int = 0x00080000 ;
87
87
pub const MINSIGSTKSZ : :: size_t = 2048 ; // 512 * 4
88
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -85,3 +85,4 @@ cfg_if! {
85
85
86
86
pub const MAP_32BIT : :: c_int = 0x00080000 ;
87
87
pub const MINSIGSTKSZ : :: size_t = 2048 ; // 512 * 4
88
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -152,3 +152,4 @@ cfg_if! {
152
152
153
153
pub const MAP_32BIT : :: c_int = 0x00080000 ;
154
154
pub const MINSIGSTKSZ : :: size_t = 4096 ; // 1024 * 4
155
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
Original file line number Diff line number Diff line change @@ -171,3 +171,4 @@ cfg_if! {
171
171
pub const MINSIGSTKSZ : :: size_t = 2048 ; // 512 * 4
172
172
173
173
pub const KINFO_FILE_SIZE : :: c_int = 1392 ;
174
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40087459 ;
Original file line number Diff line number Diff line change @@ -265,6 +265,8 @@ pub const _MC_FPOWNED_PCB: c_long = 0x20002;
265
265
266
266
pub const KINFO_FILE_SIZE : :: c_int = 1392 ;
267
267
268
+ pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
269
+
268
270
cfg_if ! {
269
271
if #[ cfg( libc_align) ] {
270
272
mod align;
Original file line number Diff line number Diff line change @@ -1251,7 +1251,6 @@ pub const TIOCGETD: ::c_ulong = 0x4004741a;
1251
1251
pub const TIOCSETD : :: c_ulong = 0x8004741b ;
1252
1252
pub const TIOCGDRAINWAIT : :: c_ulong = 0x40047456 ;
1253
1253
pub const TIOCSDRAINWAIT : :: c_ulong = 0x80047457 ;
1254
- pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
1255
1254
pub const TIOCMGDTRWAIT : :: c_ulong = 0x4004745a ;
1256
1255
pub const TIOCMSDTRWAIT : :: c_ulong = 0x8004745b ;
1257
1256
pub const TIOCDRAIN : :: c_ulong = 0x2000745e ;
You can’t perform that action at this time.
0 commit comments