diff options
Diffstat (limited to 'sysdeps/m68k/m680x0/fpu/e_atan2l.c')
-rw-r--r-- | sysdeps/m68k/m680x0/fpu/e_atan2l.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/m680x0/fpu/e_atan2l.c b/sysdeps/m68k/m680x0/fpu/e_atan2l.c new file mode 100644 index 0000000000..426ca94baa --- /dev/null +++ b/sysdeps/m68k/m680x0/fpu/e_atan2l.c @@ -0,0 +1,3 @@ +#define SUFF l +#define float_type long double +#include <e_atan2.c> |