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

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