remove dlib and armlibc sys folder

This commit is contained in:
Meco Man 2021-04-18 01:36:35 +08:00
parent 6026c68d37
commit 926cd86589
6 changed files with 3 additions and 48 deletions

View File

@ -1 +0,0 @@
Because Keil MDK leaks some system header file, we put them in here.

View File

@ -1,14 +0,0 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#ifndef SYS_ERRNO_H__
#define SYS_ERRNO_H__
#include <rtthread.h>
#endif

View File

@ -0,0 +1,3 @@
## Attentions
This folder is "common" for armlibc and dlib.

View File

@ -1 +0,0 @@
Because IAR leaks some system header file, we put them in here.

View File

@ -1,16 +0,0 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-07-08 Bernard The first version
*/
#ifndef SYS_ERRNO_H__
#define SYS_ERRNO_H__
#include <errno.h>
#endif

View File

@ -1,16 +0,0 @@
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2019-07-08 Bernard The first version
*/
#ifndef SYS_SIGNAL_H__
#define SYS_SIGNAL_H__
#include <libc/libc_signal.h>
#endif