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 f0b89f0 commit ecf7e5dCopy full SHA for ecf7e5d
src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs
@@ -16,8 +16,8 @@ pub struct stat {
16
pub st_mtime_nsec: ::c_long,
17
pub st_ctime: ::time_t,
18
pub st_ctime_nsec: ::c_long,
19
- pub st_birthtim: ::time_t,
20
- pub st_birthtim_nsec: ::c_long,
+ pub st_birthtime: ::time_t,
+ pub st_birthtime_nsec: ::c_long,
21
pub st_size: ::off_t,
22
pub st_blocks: ::blkcnt_t,
23
pub st_blksize: ::blksize_t,
0 commit comments