mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-31 07:18:15 +02:00
mesa: fpclassify dummy definition is not needed on FreeBSD.
This commit is contained in:
parent
fc4d1b9ba9
commit
34c20fd4f5
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ fpclassify(double x)
|
|||
}
|
||||
}
|
||||
|
||||
#elif defined(__APPLE__) || defined(__CYGWIN__)
|
||||
#elif defined(__APPLE__) || defined(__CYGWIN__) || defined(__FreeBSD__)
|
||||
|
||||
/* fpclassify is available. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue