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