diff options
Diffstat (limited to 'sysdeps/generic/e_asinl.c')
-rw-r--r-- | sysdeps/generic/e_asinl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/e_asinl.c b/sysdeps/generic/e_asinl.c index 271a375fa2..3b26f030ef 100644 --- a/sysdeps/generic/e_asinl.c +++ b/sysdeps/generic/e_asinl.c @@ -10,5 +10,5 @@ __ieee754_asinl (long double x) return 0.0; } -stub_warning (__ieee754_asinl) +stub_warning (asinl) #include <stub-tag.h> |