From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Mark Kettenis Cc: Keith Seitz , gdb-patches@sources.redhat.com Subject: Re: [RFC] sigsetjmp/siglongjmp on cygwin Date: Wed, 01 Aug 2001 16:16:00 -0000 Message-id: <3B688DDB.5080102@cygnus.com> References: X-SW-Source: 2001-08/msg00017.html > Can't say I like your patch. An alternative would be to #undef > HAVE_SIGSETJMP in the cygwin xm.h file. That isolates this bogosity > nicely in a platform-specific file. Perhaps some other folks have an > opinion on this. If you don't hear anything, feel free to choose a > hack. I'm not so warm on the idea of putting something in an xm.h file. I think the *SETJMP test, hacks, warts, and all should be localized. Andrew