Skip to content

Commit 32a879a

Browse files
Lilit0xmyl7
authored andcommitted
refactor: 3161 synchronized flag types and mode type
1 parent 6452c10 commit 32a879a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ s! {
5656
pub struct stat {
5757
pub st_dev: dev_t,
5858
pub st_ino: ino_t,
59-
pub st_mode: u16,
59+
pub st_mode: c_ushort,
6060
pub st_nlink: ::c_short,
6161
pub st_uid: ::c_short,
6262
pub st_gid: ::c_short,

0 commit comments

Comments
 (0)