mesa: fpclassify dummy definition is not needed on FreeBSD.

This commit is contained in:
Alex Kozlov
2010-05-14 06:16:14 -07:00
committed by Vinson Lee
parent fc4d1b9ba9
commit 34c20fd4f5

View File

@@ -70,7 +70,7 @@ fpclassify(double x)
}
}
#elif defined(__APPLE__) || defined(__CYGWIN__)
#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__)
/* fpclassify is available. */