Merge pull request #4816 from mysterywolf/stdio

[rtlibc] remove libc_stdio.h
This commit is contained in:
Bernard Xiong 2021-06-22 00:21:18 +08:00 committed by GitHub
commit 32acc94fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 23 deletions

View File

@ -1,22 +0,0 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-09-05 Meco Man the first version
*/
#ifndef LIBC_STDIO_H__
#define LIBC_STDIO_H__
#include <rtconfig.h>
#ifdef RT_USING_POSIX_GETLINE
#include <posix_getline.h>
#endif
#endif

View File

@ -18,7 +18,6 @@
#include "libc/libc_dirent.h" #include "libc/libc_dirent.h"
#include "libc/libc_signal.h" #include "libc/libc_signal.h"
#include "libc/libc_fdset.h" #include "libc/libc_fdset.h"
#include "libc/libc_stdio.h"
#ifndef RT_USING_LIBC #ifndef RT_USING_LIBC
#if defined(__CC_ARM) || defined(__CLANG_ARM) || defined(__IAR_SYSTEMS_ICC__) #if defined(__CC_ARM) || defined(__CLANG_ARM) || defined(__IAR_SYSTEMS_ICC__)