File tree Expand file tree Collapse file tree 3 files changed +23
-11
lines changed
src/unix/linux_like/linux/gnu Expand file tree Collapse file tree 3 files changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,18 @@ s! {
151
151
__glibc_reserved3: :: __syscall_ulong_t,
152
152
__glibc_reserved4: :: __syscall_ulong_t,
153
153
}
154
+
155
+ pub struct ntptimeval {
156
+ pub time: :: timeval,
157
+ pub maxerror: :: c_long,
158
+ pub esterror: :: c_long,
159
+ pub tai: :: c_long,
160
+ pub __glibc_reserved1: :: c_long,
161
+ pub __glibc_reserved2: :: c_long,
162
+ pub __glibc_reserved3: :: c_long,
163
+ pub __glibc_reserved4: :: c_long,
164
+ }
165
+
154
166
}
155
167
156
168
pub const POSIX_FADV_DONTNEED : :: c_int = 4 ;
Original file line number Diff line number Diff line change 89
89
__glibc_reserved3: :: __syscall_ulong_t,
90
90
__glibc_reserved4: :: __syscall_ulong_t,
91
91
}
92
+
93
+ pub struct ntptimeval {
94
+ pub time: :: timeval,
95
+ pub maxerror: :: c_long,
96
+ pub esterror: :: c_long,
97
+ pub tai: :: c_long,
98
+ pub __glibc_reserved1: :: c_long,
99
+ pub __glibc_reserved2: :: c_long,
100
+ pub __glibc_reserved3: :: c_long,
101
+ pub __glibc_reserved4: :: c_long,
102
+ }
92
103
}
93
104
94
105
pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8 ;
Original file line number Diff line number Diff line change @@ -272,17 +272,6 @@ s! {
272
272
pub __unused11: i32 ,
273
273
}
274
274
275
- pub struct ntptimeval {
276
- pub time: :: timeval,
277
- pub maxerror: :: c_long,
278
- pub esterror: :: c_long,
279
- pub tai: :: c_long,
280
- pub __glibc_reserved1: :: c_long,
281
- pub __glibc_reserved2: :: c_long,
282
- pub __glibc_reserved3: :: c_long,
283
- pub __glibc_reserved4: :: c_long,
284
- }
285
-
286
275
pub struct regex_t {
287
276
__buffer: * mut :: c_void,
288
277
__allocated: :: size_t,
You can’t perform that action at this time.
0 commit comments