feat(newlib): Remove error check from <sys/direct.h>

Its functions are empty.
This commit is contained in:
Dong Heng
2018-09-13 13:17:53 +08:00
parent 04078eda5d
commit b3dbe9c3cb

View File

@ -7,7 +7,7 @@
#ifdef __cplusplus
extern "C" {
#endif
#error "<dirent.h> not supported"
//#error "<dirent.h> not supported"
#ifdef __cplusplus
}
#endif