]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/m68k/m680x0/fpu/w_fmodf_compat.c
math: Remove the error handling wrapper from fmod and fmodf
[thirdparty/glibc.git] / sysdeps / m68k / m680x0 / fpu / w_fmodf_compat.c
1 /* m68k provides an optimized __ieee752_fmodf. */
2 #include <math-svid-compat.h>
3 #ifdef SHARED
4 # undef SHLIB_COMPAT
5 # define SHLIB_COMPAT(a, b, c) 1
6 # undef LIBM_SVID_COMPAT
7 # define LIBM_SVID_COMPAT 1
8 # undef compat_symbol
9 # define compat_symbol(a, b, c, d)
10 #endif
11 #include <math/w_fmodf_compat.c>
12 #ifdef SHARED
13 libm_alias_float (__fmod_compat, fmod)
14 #endif