git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15308 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2022-01-02 10:16:26 +00:00
parent f0ce0fddbd
commit 76e03f4392
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ int closedir (DIR *dirp) {
}
struct dirent *readdir (DIR *dirp) {
extern int getdents(int fd, void *dp, int count);
while (true) {
struct dirent *dep;