mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-08 08:32:46 +00:00
dfsv2 code tidy. (#8374)
This commit is contained in:
@@ -961,7 +961,7 @@ static struct dfs_file *lwp_fd_get(int fdt_type, int fd)
|
||||
{
|
||||
fdt = dfs_fdtable_get();
|
||||
}
|
||||
return fdt_fd_get(fdt, fd);
|
||||
return fdt_get_file(fdt, fd);
|
||||
}
|
||||
|
||||
static void lwp_fd_release(int fdt_type, int fd)
|
||||
|
||||
Reference in New Issue
Block a user