Browse Source

remove dlib and armlibc sys folder

Meco Man 4 years ago
parent
commit
926cd86589

+ 0 - 1
components/libc/compilers/armlibc/sys/README.md

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

+ 0 - 14
components/libc/compilers/armlibc/sys/errno.h

@@ -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

+ 3 - 0
components/libc/compilers/common_except_gcc/readme.md

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

+ 0 - 1
components/libc/compilers/dlib/sys/README.md

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

+ 0 - 16
components/libc/compilers/dlib/sys/errno.h

@@ -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

+ 0 - 16
components/libc/compilers/dlib/sys/signal.h

@@ -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