Explorar el Código

[DFS] Add fcntl.h for armlibc.

Bernard Xiong hace 10 años
padre
commit
9c293336cb
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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