|
RTEMS CPU Kit with SuperCore
4.11.2
|
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().
1.8.13