This is the mail archive of the java-patches@sources.redhat.com 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]

Re: Portability issues


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

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