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: Readline on MinGW


On Thu, Apr 28, 2005 at 11:06:45PM +0300, Eli Zaretskii wrote:
> I am not sure `raise' is a 100% compatible replacement for `kill',
> since the latter really delivers a signal, and so is subject to rules
> regarding blocked signals, while `raise' simlpy calls the signal
> handler and AFAIK is not specified to observe blocked signals.
> 
> So I suggest to use `raise' only on systems, such as MinGW, which lack
> `kill', not everywhere.

Could you give me a reference for this?  POSIX disagrees:

  http://www.opengroup.org/onlinepubs/009695399/functions/raise.html

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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