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

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-isinf.c