AP_Filesystem: added DT_LNK for symlinks

This commit is contained in:
Andrew Tridgell 2022-05-02 15:14:58 +10:00
parent bd1df121f8
commit fa87019339
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#endif
#define DT_REG 0
#define DT_DIR 1
#define DT_LNK 10
struct dirent {
char d_name[MAX_NAME_LEN]; /* filename */