diff options
Diffstat (limited to 'sysdeps/m68k/fpu/e_log2l.c')
-rw-r--r-- | sysdeps/m68k/fpu/e_log2l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/e_log2l.c b/sysdeps/m68k/fpu/e_log2l.c index 795cfba8c5..4c92a11acf 100644 --- a/sysdeps/m68k/fpu/e_log2l.c +++ b/sysdeps/m68k/fpu/e_log2l.c @@ -1,2 +1,2 @@ -#define FUNC __ieee754_log10l +#define FUNC __ieee754_log2l #include <e_acosl.c> |