[DFS] Add fcntl.h for armlibc.

This commit is contained in:
Bernard Xiong 2016-04-09 23:11:17 +08:00
parent 9c48f9e09c
commit 9c293336cb
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#ifndef FCNTL_H__
#define FCNTL_H__
#include <dfs_posix.h>
#endif