mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-23 01:48:50 +08:00
[Kernel] Add ARMCC 6.x support.
This commit is contained in:
@@ -71,7 +71,7 @@ typedef struct siginfo siginfo_t;
|
||||
#include <sys/signal.h>
|
||||
#endif
|
||||
|
||||
#ifdef __CC_ARM
|
||||
#if defined(__CC_ARM) || defined(__CLANG_ARM)
|
||||
#include <signal.h>
|
||||
typedef unsigned long sigset_t;
|
||||
|
||||
|
Reference in New Issue
Block a user