[libc] Change libc stubs to compiler folder.

This commit is contained in:
bernard 2017-10-10 17:12:03 +08:00
parent 5c6a6e5db8
commit db88c0b6a2
58 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef FCNTL_H__
#define FCNTL_H__
#ifdef RT_USING_DFS
#include <dfs_posix.h>
#endif
#endif

View File

@ -13,4 +13,6 @@
#define O_DIRECTORY 0x0200000
#define O_BINARY 0x0008000
#include <unistd.h>
#endif