mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 06:13:56 +08:00
[DFS] remove st_blksize in the struct stat
This commit is contained in:
@@ -505,8 +505,6 @@ static int dfs_win32_stat(struct dfs_filesystem *fs, const char *path, struct st
|
||||
st->st_mtime = time_tmp.QuadPart;
|
||||
}
|
||||
|
||||
st->st_blksize = 0;
|
||||
|
||||
FindClose(hFind);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user