diff options
Diffstat (limited to 'sysdeps/m68k/fpu/s_expm1l.c')
-rw-r--r-- | sysdeps/m68k/fpu/s_expm1l.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/s_expm1l.c b/sysdeps/m68k/fpu/s_expm1l.c new file mode 100644 index 0000000000..feee07a1d8 --- /dev/null +++ b/sysdeps/m68k/fpu/s_expm1l.c @@ -0,0 +1,3 @@ +#define FUNC expm1l +#include <s_atanl.c> +libm_hidden_def (__expm1l) |