[rtlibc] remove libc_signal.h and libc_fdset.h

This commit is contained in:
Meco Man
2021-07-21 19:42:38 +08:00
parent 73bd7a7d66
commit fc094e9211
15 changed files with 137 additions and 139 deletions
-3
View File
@@ -13,11 +13,8 @@
/* definitions for libc if toolchain has no these definitions */
#include "libc/libc_stat.h"
#include "libc/libc_fcntl.h"
#include "libc/libc_dirent.h"
#include "libc/libc_signal.h"
#include "libc/libc_fdset.h"
#ifndef RT_USING_LIBC
#if defined(__ARMCC_VERSION) || defined(__IAR_SYSTEMS_ICC__)