glibc/sysdeps/ieee754/ldbl-opt/w_acosh.c

6 lines
150 B
C

#include <math_ldbl_opt.h>
#include <math/w_acosh.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __acosh, acoshl, GLIBC_2_0);
#endif