This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
[DFS] Add fcntl.h for armlibc.
Bernard Xiong
9 years ago
parent
9c48f9e09c
commit
9c293336cb
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
components/libc/armlibc/fcntl.h
+ 6
- 0
components/libc/armlibc/fcntl.h
View File
@@ -0,0 +1,6 @@
+#ifndef FCNTL_H__
+#define FCNTL_H__
+
+#include <dfs_posix.h>
+
+#endif