rt-thread/components/libc/compilers/armlibc/fcntl.h

9 lines
95 B
C

#ifndef FCNTL_H__
#define FCNTL_H__
#ifdef RT_USING_DFS
#include <dfs_posix.h>
#endif
#endif