Browse Source

[DFS] Add fcntl.h for armlibc.

Bernard Xiong 9 years ago
parent
commit
9c293336cb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      components/libc/armlibc/fcntl.h

+ 6 - 0
components/libc/armlibc/fcntl.h

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