diff options
Diffstat (limited to 'math/e_fmodl.c')
-rw-r--r-- | math/e_fmodl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/e_fmodl.c b/math/e_fmodl.c index 380da24..dbd361e 100644 --- a/math/e_fmodl.c +++ b/math/e_fmodl.c @@ -9,6 +9,7 @@ __ieee754_fmodl (long double x, long double y) __set_errno (ENOSYS); return 0.0; } +strong_alias (__ieee754_fmodl, __fmodl_finite) stub_warning (fmodl) #include <stub-tag.h> |