mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-12 23:08:43 +08:00
covoar: Address kill() on Cygwin
This commit is contained in:
parent
bf8e59f83b
commit
e86646c36c
@ -24,7 +24,7 @@
|
||||
#include "app_common.h"
|
||||
#include "TargetFactory.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
#define kill(p,s) raise(s)
|
||||
#endif
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "TargetFactory.h"
|
||||
#include "GcovData.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
#define kill(p,s) raise(s)
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user