Pārlūkot izejas kodu

[DFS] Add fcntl.h for armlibc.

Bernard Xiong 9 gadi atpakaļ
vecāks
revīzija
9c293336cb
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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