about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c
blob: 12419e30605577b960a95f3588fbc601ee1fbefb (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_fmodl_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __fmodl, fmodl);
#endif