From 9c293336cbcfff35d0f4e2963342579929c9c289 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Sat, 9 Apr 2016 23:11:17 +0800 Subject: [PATCH] [DFS] Add fcntl.h for armlibc. --- components/libc/armlibc/fcntl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/libc/armlibc/fcntl.h b/components/libc/armlibc/fcntl.h index e69de29bb..36c06bbb1 100644 --- a/components/libc/armlibc/fcntl.h +++ b/components/libc/armlibc/fcntl.h @@ -0,0 +1,6 @@ +#ifndef FCNTL_H__ +#define FCNTL_H__ + +#include + +#endif