We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df7dc1 commit e8f014dCopy full SHA for e8f014d
src/sys/statfs.rs
@@ -4,7 +4,7 @@ use std::os::unix::io::AsRawFd;
4
5
pub mod vfs {
6
#[cfg(target_pointer_width = "32")]
7
- pub mod hwdep {
+ pub mod hwdep {
8
use libc::{c_uint};
9
pub type FsType = c_uint;
10
pub type BlockSize = c_uint;
0 commit comments