![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
Directory entry returned by readdir(). More...
#include <zephyr/posix/dirent.h>
Data Fields | |
| ino_t | d_ino |
| File serial number, 0 (untracked). | |
| char | d_name [255+1] |
| Filename (null-terminated). | |
Directory entry returned by readdir().
The d_name capacity is fixed rather than derived from NAME_MAX, whose value depends on feature-test macros: a structure layout that varies per translation unit would not be an ABI.