We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6452c10 commit 32a879aCopy full SHA for 32a879a
src/windows/mod.rs
@@ -56,7 +56,7 @@ s! {
56
pub struct stat {
57
pub st_dev: dev_t,
58
pub st_ino: ino_t,
59
- pub st_mode: u16,
+ pub st_mode: c_ushort,
60
pub st_nlink: ::c_short,
61
pub st_uid: ::c_short,
62
pub st_gid: ::c_short,
0 commit comments