mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-15 05:29:24 +08:00
[DFS/ISO9660] Remove warning for ops
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
parent
5a455cb615
commit
f20e8973be
@ -391,7 +391,7 @@ static int dfs_iso9660_close(struct dfs_file *fd)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int dfs_iso9660_read(struct dfs_file *fd, void *buf, size_t count)
|
||||
static ssize_t dfs_iso9660_read(struct dfs_file *fd, void *buf, size_t count)
|
||||
{
|
||||
rt_uint32_t pos;
|
||||
void *buf_ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user