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