diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_modff.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_modff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/m68k/fpu/s_modff.c b/sysdeps/m68k/fpu/s_modff.c index 37bff0022f..0c44d7c0ab 100644 --- a/sysdeps/m68k/fpu/s_modff.c +++ b/sysdeps/m68k/fpu/s_modff.c @@ -1,3 +1,3 @@ -#define FUNC modff +#define SUFF f #define float_type float #include <s_modf.c> |