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