This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: protect use of _SC_NPROCESSORS_ONLN
- To: rittle at labs dot mot dot com
- Subject: Re: PATCH: protect use of _SC_NPROCESSORS_ONLN
- From: Tom Tromey <tromey at redhat dot com>
- Date: 10 Aug 2001 11:09:02 -0600
- Cc: java-patches at gcc dot gnu dot org
- References: <200108092353.f79NrRb96773@latour.rsch.comm.mot.com>
- Reply-To: tromey at redhat dot com
>>>>> "Loren" == Loren James Rittle <rittle@latour.rsch.comm.mot.com> writes:
Loren> I have been looking at getting libjava working on *-*-freebsd*
Loren> again. We don't define _SC_NPROCESSORS_ONLN.
Loren> * java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN.
This is fine. Please check it in.
Tom