[include] RT_USING_MUSLLIBC结构体报错的bug (#9834)

解决了gd32470z-lckfb libc_dirent结构体报错的bug
This commit is contained in:
godmial 2024-12-27 15:22:08 +08:00 committed by GitHub
parent 825e87d2cf
commit 24cf724899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -69,7 +69,9 @@ struct dirent
typedef uint64_t ino_t;
#endif
struct libc_dirent {
#ifdef RT_USING_MUSLLIBC
ino_t d_ino;
#endif
off_t d_off;
unsigned short d_reclen;
unsigned char d_type;