mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-26 14:06:06 +08:00
[include] RT_USING_MUSLLIBC结构体报错的bug (#9834)
解决了gd32470z-lckfb libc_dirent结构体报错的bug
This commit is contained in:
@@ -69,7 +69,9 @@ struct dirent
|
|||||||
typedef uint64_t ino_t;
|
typedef uint64_t ino_t;
|
||||||
#endif
|
#endif
|
||||||
struct libc_dirent {
|
struct libc_dirent {
|
||||||
|
#ifdef RT_USING_MUSLLIBC
|
||||||
ino_t d_ino;
|
ino_t d_ino;
|
||||||
|
#endif
|
||||||
off_t d_off;
|
off_t d_off;
|
||||||
unsigned short d_reclen;
|
unsigned short d_reclen;
|
||||||
unsigned char d_type;
|
unsigned char d_type;
|
||||||
|
|||||||
Reference in New Issue
Block a user