blob: 340d2418c03aa6a305afac34d8d0d471fac7cfe3 [file] [log] [blame]
#include "nldbl-compat.h"
int
attribute_hidden
__isinfl (double x)
{
return __isinf (x);
}
extern __typeof (__isinfl) isinfl attribute_hidden;
weak_alias (__isinfl, isinfl)