提交 947d8aa4 编写于 作者: B bernard

[libc] Use correct header file for newlib.

上级 a437ffbf
......@@ -4,6 +4,14 @@
#ifndef LIBC_FCNTL_H__
#define LIBC_FCNTL_H__
#ifdef RT_USING_NEWLIB
#include <fcntl.h>
#ifndef O_NONBLOCK
#define O_NONBLOCK 04000
#endif
#else
#define O_RDONLY 00
#define O_WRONLY 01
#define O_RDWR 02
......@@ -53,5 +61,7 @@
#define F_GETOWN_EX 16
#define F_GETOWNER_UIDS 17
#endif
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册