Skip to content

Commit 90afb85

Browse files
author
Ali Clark
committed
re-add freebsd padding
reproduces the padding found here: https://svnweb.freebsd.org/base/release/10.1.0/sys/sys/stat.h?view=markup#l139
1 parent 3c53418 commit 90afb85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/os/freebsd/raw.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,7 @@ pub struct stat {
7878
pub st_birthtime: c_long,
7979
#[stable(feature = "raw_ext", since = "1.1.0")]
8080
pub st_birthtime_nsec: c_long,
81+
#[cfg(target_arch = "x86")]
82+
#[stable(feature = "raw_ext", since = "1.1.0")]
83+
pub __unused: [u8; 8],
8184
}

0 commit comments

Comments
 (0)