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
|
||
---|---|---|
.. | ||
dirent.h | ||
ioctl.h | ||
lock.h | ||
poll.h | ||
random.h | ||
reent.h | ||
select.h | ||
termios.h | ||
time.h | ||
uio.h | ||
un.h | ||
unistd.h | ||
utime.h |