git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15308 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
f0ce0fddbd
commit
76e03f4392
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue