| 1 | #include "nldbl-compat.h" |
|---|---|
| 2 | |
| 3 | int |
| 4 | attribute_hidden |
| 5 | __isinfl (double x) |
| 6 | { |
| 7 | return isinf (x); |
| 8 | } |
| 9 | extern __typeof (__isinfl) isinfl attribute_hidden; |
| 10 | weak_alias (__isinfl, isinfl) |
| 11 |
| 1 | #include "nldbl-compat.h" |
|---|---|
| 2 | |
| 3 | int |
| 4 | attribute_hidden |
| 5 | __isinfl (double x) |
| 6 | { |
| 7 | return isinf (x); |
| 8 | } |
| 9 | extern __typeof (__isinfl) isinfl attribute_hidden; |
| 10 | weak_alias (__isinfl, isinfl) |
| 11 |