This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

[PATCH] to java::lang::ConcreteProcess::destroy


I have attached a (very, very) small patch to 
libjava/java/lang/natPosixProcess.cc which fixes a bug - kill() is called 
from java::lang::ConcreteProcess::destroy even when no signals are 
available. This will make the compilation fail if there are no signals.

I presume you won't need a copyright assignment for something as small as 
this :)

Good luck!

rlc

Attachment: patch-gcc-libjava
Description: patch to libjava/java/lang/natPosixProcess.cc


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