Skip to content

Commit

Permalink
re-add freebsd padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Clark committed Feb 17, 2016
1 parent 3c53418 commit 90afb85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libstd/os/freebsd/raw.rs
Expand Up @@ -78,4 +78,7 @@ pub struct stat {
pub st_birthtime: c_long,
#[stable(feature = "raw_ext", since = "1.1.0")]
pub st_birthtime_nsec: c_long,
#[cfg(target_arch = "x86")]
#[stable(feature = "raw_ext", since = "1.1.0")]
pub __unused: [u8; 8],
}

0 comments on commit 90afb85

Please sign in to comment.