mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
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
Block a user