From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Keith Seitz Cc: Mark Kettenis , gdb-patches@sources.redhat.com Subject: Re: [RFC] sigsetjmp/siglongjmp on cygwin Date: Wed, 01 Aug 2001 23:57:00 -0000 Message-id: References: X-SW-Source: 2001-08/msg00028.html On Wed, 1 Aug 2001, Keith Seitz wrote: > > [...] An alternative would be to #undef > > HAVE_SIGSETJMP in the cygwin xm.h file. That isolates this bogosity > > nicely in a platform-specific file. > > Hmmm.. This might be a better approach. I hate touching configure.in: it > makes everyone recompile all of gdb. Or maybe #define sigsetjmp setjmp etc., again in a Cygwin-specific header. You can even make that define be version specific, assuming that some future version of Cygwin solves the problem.