summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
blob: 8bdea32c02c539314fdfe329bc355928df54f699 (plain)
1
2
3
4
5
6
#include <math_ldbl_opt.h>
#include <math/w_remainder_compat.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
strong_alias (__remainder, __drem)
compat_symbol (libm, __drem, dreml, GLIBC_2_0);
#endif