This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] to java::lang::ConcreteProcess::destroy


Tom Tromey writes:
 > >>>>> "Ronald" == Ronald Landheer-Cieslak <ronald@landheer.com> writes:
 > 
 > Ronald> I have attached a (very, very) small patch to
 > Ronald> libjava/java/lang/natPosixProcess.cc which fixes a bug -
 > Ronald> kill() is called from java::lang::ConcreteProcess::destroy
 > Ronald> even when no signals are available. This will make the
 > Ronald> compilation fail if there are no signals.
 > 
 > What defines NO_SIGNALS?  And when?

natPosixProcess is for POSIX, right?  Without signals?

Andrew.


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