| [libc] Fix statvfs test case when SYS_statfs64 is used (#99827) When SYS_statfs64 is used, struct statfs64 is used instead of struct statfs. This patch adds a define to select the appropriate struct, similar to how it's done internally. This patch also enables fstatvfs and statvfs on riscv, which would not be compiled without this change. | 1 年前 |