This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] [!SA_SIGINFO] fix
Hi,
Samuel Thibault, le Thu 09 Aug 2007 19:17:29 +0200, a écrit :
> Matthias Klose, le Thu 09 Aug 2007 00:29:38 +0200, a écrit :
> > Samuel Thibault schrieb:
> > > Some systems (like GNU/Hurd) don't have SA_SIGINFO. Here is a patch.
> >
> > Please state on which platform you did build and test (and that there were no
> > new regressions running the testsuite); it makes the reviewers more confident in
> > the quality of the patch.
>
> Well, I tested it on Linux and as expected (since the generated code is
> exactly the same), the testsuite results are the same as without the
> patch.
To simulate an equivalent siginfo-lacking system, I
tested by adding #undef SA_SIGINFO after the includes in
libjava/java/lang/natPosixProcess.cc, and the results are again the
same.
Samuel