RTEMS CPU Kit with SuperCore
|
Read a Directory. More...
Functions | |
int | readdir_r (DIR *__restrict dirp, struct dirent *__restrict entry, struct dirent **__restrict result) |
The RTEMS version of readdir is already thread-safe. More... | |
Read a Directory.
int readdir_r | ( | DIR *__restrict | dirp, |
struct dirent *__restrict | entry, | ||
struct dirent **__restrict | result | ||
) |
The RTEMS version of readdir is already thread-safe.
This routine is reentrant version of readdir().