This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread-official
mirror of
https://github.com/RT-Thread/rt-thread.git
Watch
4
Star
0
Fork
You've already forked rt-thread-official
0
Code
Issues
Releases
Wiki
Activity
832d8b4e04
rt-thread-official
/
components
/
libc
/
compilers
/
armlibc
/
fcntl.h
9 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
[DFS] Add fcntl.h for armlibc.
2016-04-09 23:11:17 +08:00
#
ifndef FCNTL_H__
#
define FCNTL_H__
[libc] Change libc stubs to compiler folder.
2017-10-10 17:12:03 +08:00
#
ifdef RT_USING_DFS
[DFS] Add fcntl.h for armlibc.
2016-04-09 23:11:17 +08:00
#
include
<dfs_posix.h>
[libc] Change libc stubs to compiler folder.
2017-10-10 17:12:03 +08:00
#
endif
[DFS] Add fcntl.h for armlibc.
2016-04-09 23:11:17 +08:00
#
endif