diff options
Diffstat (limited to 'math/e_expl.c')
-rw-r--r-- | math/e_expl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/e_expl.c b/math/e_expl.c index f9467c3..5ba6eb5 100644 --- a/math/e_expl.c +++ b/math/e_expl.c @@ -9,6 +9,7 @@ __ieee754_expl (long double x) __set_errno (ENOSYS); return 0.0; } +strong_alias (__ieee754_expl, __expl_finite) stub_warning (expl) #include <stub-tag.h> |