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 91
91
__glibc_reserved3: :: __syscall_ulong_t,
92
92
__glibc_reserved4: :: __syscall_ulong_t,
93
93
}
94
+
95
+ pub struct ntptimeval {
96
+ pub time: :: timeval,
97
+ pub maxerror: :: c_long,
98
+ pub esterror: :: c_long,
99
+ pub tai: :: c_long,
100
+ pub __glibc_reserved1: :: c_long,
101
+ pub __glibc_reserved2: :: c_long,
102
+ pub __glibc_reserved3: :: c_long,
103
+ pub __glibc_reserved4: :: c_long,
104
+ }
94
105
}
95
106
96
107
pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8 ;
Original file line number Diff line number Diff line change @@ -276,17 +276,6 @@ s! {
276
276
pub __unused11: i32 ,
277
277
}
278
278
279
- pub struct ntptimeval {
280
- pub time: :: timeval,
281
- pub maxerror: :: c_long,
282
- pub esterror: :: c_long,
283
- pub tai: :: c_long,
284
- pub __glibc_reserved1: :: c_long,
285
- pub __glibc_reserved2: :: c_long,
286
- pub __glibc_reserved3: :: c_long,
287
- pub __glibc_reserved4: :: c_long,
288
- }
289
-
290
279
pub struct regex_t {
291
280
__buffer: * mut :: c_void,
292
281
__allocated: :: size_t,
You can’t perform that action at this time.
0 commit comments