about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_powl_compat.c
blob: c6f8d859be2ae475c5d475ce8a8479e8993f7b41 (plain) (blame)
1
2
3
4
5
6
7
#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <math/w_powl_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __powl, powl);
#endif