4
0
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:
GuEe-GUI 2025-02-10 14:14:48 +08:00 committed by Rbb666
parent 5a455cb615
commit f20e8973be

View File

@ -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;