diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/s_sinf.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/s_sinf.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/s_sinf.c b/sysdeps/m68k/m680x0/fpu/s_sinf.c index 304f4f76f6..7868705d27 100644 --- a/sysdeps/m68k/m680x0/fpu/s_sinf.c +++ b/sysdeps/m68k/m680x0/fpu/s_sinf.c @@ -1,5 +1,2 @@ -#ifndef FUNC -# define FUNC sinf -#endif -#define float_type float -#include <s_sin.c> +#include <math-type-macros-float.h> +#include <s_sin_template.c> |