forked from espressif/esp-idf
add the definition of MAXNAMLEN in sys/dirent.h
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
* for reference.
|
||||
*/
|
||||
|
||||
#if !defined(MAXNAMLEN) && __BSD_VISIBLE
|
||||
#define MAXNAMLEN 1024
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Opaque directory structure
|
||||
*/
|
||||
|
Reference in New Issue
Block a user