diff options
Diffstat (limited to 'sysdeps/stub/s_exp2f.c')
-rw-r--r-- | sysdeps/stub/s_exp2f.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/s_exp2f.c b/sysdeps/stub/s_exp2f.c index 51b268c9e0..f763efbe69 100644 --- a/sysdeps/stub/s_exp2f.c +++ b/sysdeps/stub/s_exp2f.c @@ -11,4 +11,4 @@ __exp2f (float x) } weak_alias (__exp2f, exp2f) -stub_warning (exp2) +stub_warning (exp2f) |