소스 검색

[DFS] Add fcntl.h for armlibc.

Bernard Xiong 10 년 전
부모
커밋
9c293336cb
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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