[rtems-tools commit] covoar: Address kill() on Cygwin
Joel Sherrill
joel at rtems.org
Sun Jun 24 01:21:43 UTC 2018
On Sat, Jun 23, 2018, 8:20 PM Chris Johns <chrisj at rtems.org> wrote:
> On 23/06/2018 01:06, Joel Sherrill wrote:
> > Module: rtems-tools
> > Branch: master
> > Commit: e86646c36c6783310227a0679973a9cbd93a9314
> > Changeset:
> http://git.rtems.org/rtems-tools/commit/?id=e86646c36c6783310227a0679973a9cbd93a9314
> >
> > Author: Joel Sherrill <joel at rtems.org>
> > Date: Fri Jun 22 10:05:55 2018 -0500
> >
> > covoar: Address kill() on Cygwin
> >
> > ---
> >
> > tester/covoar/TraceConverter.cc | 2 +-
> > tester/covoar/covoar.cc | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/tester/covoar/TraceConverter.cc
> b/tester/covoar/TraceConverter.cc
> > index 57ec6eb..7015e28 100644
> > --- a/tester/covoar/TraceConverter.cc
> > +++ b/tester/covoar/TraceConverter.cc
> > @@ -24,7 +24,7 @@
> > #include "app_common.h"
> > #include "TargetFactory.h"
> >
> > -#ifdef _WIN32
> > +#if defined(_WIN32) || defined(__CYGWIN__)
>
> I thought CYGWIN was POSIX so why is this needed?
>
kill() isn't there. I even wrote a test program.
>
> Chris
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20180623/4335c4df/attachment-0002.html>
More information about the devel
mailing list