Type Alias nc::types::_statfs_word

source ·
pub type _statfs_word = isize;
Expand description

Most 64-bit platforms use ‘long’, while most 32-bit platforms use ‘__u32’. Yes, they differ in signedness as well as size. Special cases can override it for themselves – except for S390x, which is just a little too special for us. And MIPS, which I’m not touching with a 10’ pole.