mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 09:08:25 +00:00
[libc] Change libc stubs to compiler folder.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user