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: Patch: fabsf


>>>>> "Jeff" == Jeff Sturm <jeff.sturm@commerceone.com> writes:

Jeff> I tried to build it:

Jeff> va/lang/sf_fabs.c  -fPIC -DPIC -o java/lang/.libs/sf_fabs.o
Jeff> ../../../libjava/java/lang/sf_fabs.c: In function `fabsf':
Jeff> ../../../libjava/java/lang/sf_fabs.c:29: `__uint32_t' undeclared (first use in

Try changing the `__uint32_t' to just `uint32_t'.

I've started a Solaris build.  If it gets far enough for me to see
this, I'll fix it and commit the fix.

Tom

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