4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 03:07:10 +08:00

Merge pull request #5050 from mysterywolf/libc

[remove rtlibc] 修复keil编译不过的问题
This commit is contained in:
Bernard Xiong 2021-09-11 21:47:11 +08:00 committed by GitHub
commit ee55c58ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 8 deletions

View File

@ -7,11 +7,8 @@
* Date Author Notes
* 2017/10/15 bernard the first version
*/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <rtthread.h>
#include "libc.h"
#ifdef RT_USING_PTHREADS

View File

@ -7,7 +7,8 @@
* 2014-08-03 bernard Add file header.
*/
#include "rtthread.h"
#include <rtthread.h>
#include <stddef.h>
#ifdef RT_USING_HEAP

View File

@ -7,11 +7,8 @@
* Date Author Notes
* 2017/10/15 bernard the first version
*/
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <rtthread.h>
#include "libc.h"
#ifdef RT_USING_PTHREADS