未验证 提交 ee55c58c 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #5050 from mysterywolf/libc

[remove rtlibc] 修复keil编译不过的问题
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* Date Author Notes * Date Author Notes
* 2017/10/15 bernard the first version * 2017/10/15 bernard the first version
*/ */
#include <stdio.h> #include <fcntl.h>
#include <stdlib.h>
#include <rtthread.h> #include <rtthread.h>
#include "libc.h" #include "libc.h"
#ifdef RT_USING_PTHREADS #ifdef RT_USING_PTHREADS
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
* 2014-08-03 bernard Add file header. * 2014-08-03 bernard Add file header.
*/ */
#include "rtthread.h" #include <rtthread.h>
#include <stddef.h>
#ifdef RT_USING_HEAP #ifdef RT_USING_HEAP
......
...@@ -7,11 +7,8 @@ ...@@ -7,11 +7,8 @@
* Date Author Notes * Date Author Notes
* 2017/10/15 bernard the first version * 2017/10/15 bernard the first version
*/ */
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
#include <rtthread.h> #include <rtthread.h>
#include "libc.h" #include "libc.h"
#ifdef RT_USING_PTHREADS #ifdef RT_USING_PTHREADS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册