mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cbf207bfb8
Before newlib 3.3.0, <dirent.h> bundled in newlib did not include any
function declarations. Instead, the file included the platform-
specific <sys/dirent.h>. This inclusion was inside a C++ guard block.
ESP-IDF provided sys/dirent.h inside newlib component, and this file
contained all the necessary function and structure declarations.
Since
|
||
---|---|---|
.. | ||
net | ||
sys | ||
assert.h | ||
endian.h | ||
errno.h | ||
esp_newlib.h | ||
pthread.h | ||
time.h |