mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
add the definition of MAXNAMLEN in sys/dirent.h
This commit is contained in:
parent
83445ba63e
commit
c9c8633cba
@ -24,6 +24,10 @@
|
||||
* for reference.
|
||||
*/
|
||||
|
||||
#if !defined(MAXNAMLEN) && __BSD_VISIBLE
|
||||
#define MAXNAMLEN 1024
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Opaque directory structure
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user