diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_atanf.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_atanf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/s_atanf.c b/sysdeps/m68k/fpu/s_atanf.c new file mode 100644 index 0000000000..c98559a8ba --- /dev/null +++ b/sysdeps/m68k/fpu/s_atanf.c @@ -0,0 +1,5 @@ +#ifndef FUNC +#define FUNC atanf +#endif +#define float_type float +#include <s_atan.c> |