mirror of https://github.com/ArduPilot/ardupilot
AP_Filesystem: added DT_LNK for symlinks
This commit is contained in:
parent
bd1df121f8
commit
fa87019339
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue