Parcourir la source

[DFS] Add fcntl.h for armlibc.

Bernard Xiong il y a 10 ans
Parent
commit
9c293336cb
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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