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

@@ -10,11 +10,7 @@
#include <string.h>
#include <errno.h>
#include <sys/fcntl.h>
#ifdef __clang__ // TODO LLVM-330
#include <sys/dirent.h>
#else
#include <dirent.h>
#endif
#include "esp_vfs.h"
#include "unity.h"
#include "esp_log.h"