diff options
Diffstat (limited to 'sysdeps/m68k/fpu/expm1.c')
-rw-r--r-- | sysdeps/m68k/fpu/expm1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/expm1.c b/sysdeps/m68k/fpu/expm1.c new file mode 100644 index 0000000000..19f1802e56 --- /dev/null +++ b/sysdeps/m68k/fpu/expm1.c @@ -0,0 +1,3 @@ +#define FUNC __expm1 +#define OP expm1 +#include <acos.c> |