Skip to content

Commit 9c29333

Browse files
committed
[DFS] Add fcntl.h for armlibc.
1 parent 9c48f9e commit 9c29333

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/libc/armlibc/fcntl.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef FCNTL_H__
2+
#define FCNTL_H__
3+
4+
#include <dfs_posix.h>
5+
6+
#endif

0 commit comments

Comments
 (0)