diff options
Diffstat (limited to 'sysdeps/m68k/fpu/k_cosf.c')
-rw-r--r-- | sysdeps/m68k/fpu/k_cosf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/k_cosf.c b/sysdeps/m68k/fpu/k_cosf.c new file mode 100644 index 0000000000..2a366d094b --- /dev/null +++ b/sysdeps/m68k/fpu/k_cosf.c @@ -0,0 +1,3 @@ +#define FUNC cosf +#define float_type float +#include <k_cos.c> |