diff options
Diffstat (limited to 'sysdeps/m68k/fpu/pow.c')
-rw-r--r-- | sysdeps/m68k/fpu/pow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/pow.c b/sysdeps/m68k/fpu/pow.c index 3360020f1d..5ace4dad2f 100644 --- a/sysdeps/m68k/fpu/pow.c +++ b/sysdeps/m68k/fpu/pow.c @@ -20,7 +20,7 @@ Cambridge, MA 02139, USA. */ #define __NO_MATH_INLINES #include <math.h> -__CONSTVALUE double +double DEFUN(pow, (x, y), double x AND double y) { return __pow(x, y); |