summaryrefslogtreecommitdiff
path: root/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-07-01 13:06:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-07-01 13:06:41 +0000
commite64ac02c24b43659048622714afdc92fedf561fa (patch)
tree37162878b72d302de351788bec4c9360c9d55f1d /ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c
parenta20c2b3c87aebc7d4b090c622d36480263b80042 (diff)
Move all files into ports/ subdirectory in preparation for merge with glibc
Diffstat (limited to 'ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c')
-rw-r--r--ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c b/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c
new file mode 100644
index 0000000000..38995c3768
--- /dev/null
+++ b/ports/sysdeps/m68k/m680x0/fpu/e_fmodf.c
@@ -0,0 +1,6 @@
+#ifndef FUNC
+# define FUNC __ieee754_fmodf
+# define FUNC_FINITE __fmodf_finite
+#endif
+#define float_type float
+#include <e_fmod.c>