This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Allow for systems that do not define SIGQUIT/SIGPIPE


Daniel Jacobowitz wrote:
On Wed, Mar 16, 2005 at 08:33:03AM -0800, Mark Mitchell wrote:

Windows does not have SIGQUIT or SIGPIPE.

Tested on x86_64-unknown-linux-gnu.

OK?


You should probably #ifdef out handle_sigquit and its prototype also,
or GCC will warn about it.  Right?  See the example for SIGWINCH.

Actually, GCC doesn't warn because handle_sigquit references itself. :-)


I'll make that change; OK, assuming it builds?

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]