mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
Merge 96cd2e390f
into a2d4d74af7
This commit is contained in:
commit
51169d2a85
2 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
||||||
|
|
||||||
struct dirent
|
struct dirent
|
||||||
{
|
{
|
||||||
|
ino_t d_ino; /* file number */
|
||||||
uint8_t d_type; /* Type of file */
|
uint8_t d_type; /* Type of file */
|
||||||
char d_name[NAME_MAX + 1]; /* File name */
|
char d_name[NAME_MAX + 1]; /* File name */
|
||||||
};
|
};
|
||||||
|
|
|
@ -152,6 +152,7 @@ struct nuttx_timespec
|
||||||
|
|
||||||
struct nuttx_dirent_s
|
struct nuttx_dirent_s
|
||||||
{
|
{
|
||||||
|
ino_t d_ino; /* file number */
|
||||||
uint8_t d_type; /* type of file */
|
uint8_t d_type; /* type of file */
|
||||||
char d_name[CONFIG_NAME_MAX + 1]; /* filename */
|
char d_name[CONFIG_NAME_MAX + 1]; /* filename */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue