This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Portability issues
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Portability issues
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 12 Sep 2000 12:19:54 -0600
- Cc: java-patches at sources dot redhat dot com
- References: <or1yysa7wn.fsf@guarana.lsd.ic.unicamp.br>
- Reply-To: tromey at cygnus dot com
Alexandre> This patch fixes some build problems I found on FreeBSD and
Alexandre> Solaris/x86. Ok to install?
This is fine.
Alexandre> -extern "C" double __ieee754_fmod __P((double,double));
Alexandre> +extern "C" double __ieee754_fmod (double,double);
What is this change for?
Tom