<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr">On Sat, Jun 23, 2018, 8:20 PM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 23/06/2018 01:06, Joel Sherrill wrote:<br>
> Module:    rtems-tools<br>
> Branch:    master<br>
> Commit:    e86646c36c6783310227a0679973a9cbd93a9314<br>
> Changeset: <a href="http://git.rtems.org/rtems-tools/commit/?id=e86646c36c6783310227a0679973a9cbd93a9314" rel="noreferrer noreferrer" target="_blank">http://git.rtems.org/rtems-tools/commit/?id=e86646c36c6783310227a0679973a9cbd93a9314</a><br>
> <br>
> Author:    Joel Sherrill <<a href="mailto:joel@rtems.org" target="_blank" rel="noreferrer">joel@rtems.org</a>><br>
> Date:      Fri Jun 22 10:05:55 2018 -0500<br>
> <br>
> covoar: Address kill() on Cygwin<br>
> <br>
> ---<br>
> <br>
>  tester/covoar/TraceConverter.cc | 2 +-<br>
>  tester/covoar/covoar.cc         | 2 +-<br>
>  2 files changed, 2 insertions(+), 2 deletions(-)<br>
> <br>
> diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc<br>
> index 57ec6eb..7015e28 100644<br>
> --- a/tester/covoar/TraceConverter.cc<br>
> +++ b/tester/covoar/TraceConverter.cc<br>
> @@ -24,7 +24,7 @@<br>
>  #include "app_common.h"<br>
>  #include "TargetFactory.h"<br>
>  <br>
> -#ifdef _WIN32<br>
> +#if defined(_WIN32) || defined(__CYGWIN__)<br>
<br>
I thought CYGWIN was POSIX so why is this needed?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">kill() isn't there. I even wrote a test program.</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Chris<br>
</blockquote></div></div></div>