change(newlib): remove sys/dirent.h from newlib component

This commit is contained in:
Alexey Lapshin
2025-08-28 23:52:46 +07:00
parent a5bd9d2d13
commit bc4a9ad406
8 changed files with 67 additions and 87 deletions

View File

@@ -19,11 +19,7 @@
#include <sys/time.h>
#include <sys/termios.h>
#include <sys/poll.h>
#ifdef __clang__ // TODO LLVM-330
#include <sys/dirent.h>
#else
#include <dirent.h>
#endif
#include <string.h>
#include "sdkconfig.h"