1#include "nldbl-compat.h"
2
3double
4attribute_hidden
5expm1l (double x)
6{
7 return expm1 (x: x);
8}
9

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