Skip to content

Commit ecf7e5d

Browse files
committed
rename stat birthim fields
1 parent f0b89f0 commit ecf7e5d

File tree

1 file changed

+2
-2
lines changed
  • src/unix/bsd/freebsdlike/freebsd/freebsd12

1 file changed

+2
-2
lines changed

src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ pub struct stat {
1616
pub st_mtime_nsec: ::c_long,
1717
pub st_ctime: ::time_t,
1818
pub st_ctime_nsec: ::c_long,
19-
pub st_birthtim: ::time_t,
20-
pub st_birthtim_nsec: ::c_long,
19+
pub st_birthtime: ::time_t,
20+
pub st_birthtime_nsec: ::c_long,
2121
pub st_size: ::off_t,
2222
pub st_blocks: ::blkcnt_t,
2323
pub st_blksize: ::blksize_t,

0 commit comments

Comments
 (0)