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


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.


-- 
Daniel Jacobowitz
CodeSourcery, LLC


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