We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f527b0 commit 37db5afCopy full SHA for 37db5af
src/unix/notbsd/linux/musl/b32/x86.rs
@@ -234,9 +234,12 @@ s! {
234
pub st_size: ::off_t,
235
pub st_blksize: ::blksize_t,
236
pub st_blocks: ::blkcnt_t,
237
- pub st_atim: ::timespec,
238
- pub st_mtim: ::timespec,
239
- pub st_ctim: ::timespec,
+ pub st_atime: ::time_t,
+ pub st_atime_nsec: ::c_long,
+ pub st_mtime: ::time_t,
240
+ pub st_mtime_nsec: ::c_long,
241
+ pub st_ctime: ::time_t,
242
+ pub st_ctime_nsec: ::c_long,
243
pub st_ino: ::ino_t,
244
}
245
@@ -253,9 +256,12 @@ s! {
253
256
254
257
255
258
259
260
261
262
263
264
265
266
267
0 commit comments