]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/ieee754/ldbl-opt/nldbl-isinf.c
This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use...
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-isinf.c
CommitLineData
c6251f03
RM
1#include "nldbl-compat.h"
2
3int
4attribute_hidden
5__isinfl (double x)
6{
d81f90cc 7 return isinf (x);
c6251f03
RM
8}
9extern __typeof (__isinfl) isinfl attribute_hidden;
10weak_alias (__isinfl, isinfl)