remove dlib and armlibc sys folder
This commit is contained in:
parent
6026c68d37
commit
926cd86589
|
@ -1 +0,0 @@
|
||||||
Because Keil MDK leaks some system header file, we put them in here.
|
|
|
@ -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
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
## Attentions
|
||||||
|
|
||||||
|
This folder is "common" for armlibc and dlib.
|
|
@ -1 +0,0 @@
|
||||||
Because IAR leaks some system header file, we put them in here.
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in New Issue