[libc] Change libc stubs to compiler folder.
This commit is contained in:
parent
5c6a6e5db8
commit
db88c0b6a2
|
@ -1,6 +1,8 @@
|
|||
#ifndef FCNTL_H__
|
||||
#define FCNTL_H__
|
||||
|
||||
#ifdef RT_USING_DFS
|
||||
#include <dfs_posix.h>
|
||||
#endif
|
||||
|
||||
#endif
|
|
@ -13,4 +13,6 @@
|
|||
#define O_DIRECTORY 0x0200000
|
||||
#define O_BINARY 0x0008000
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue