diff --git a/components/libc/compilers/common/include/sys/signal.h b/components/libc/compilers/common/include/sys/signal.h index 7cbf235c5c..6e06c8ba14 100644 --- a/components/libc/compilers/common/include/sys/signal.h +++ b/components/libc/compilers/common/include/sys/signal.h @@ -215,11 +215,9 @@ int sigaction(int signum, const struct sigaction *act, struct sigaction *oldact) #define NSIG 32 /* signal 0 implied */ #endif /* __ARMCC_VERSION */ -#ifndef RT_USING_MUSLLIBC /* Some applications take advantage of the fact that * and are equivalent in glibc. Allow for that here. */ #include -#endif /* RT_USING_MUSLLIBC */ #ifndef SIG_ERR #define SIG_ERR ((void (*)(int))-1)