]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/m68k/m680x0/fpu/e_acosf.c
Add Changelog ...
[thirdparty/glibc.git] / sysdeps / m68k / m680x0 / fpu / e_acosf.c
1 #ifndef FUNC
2 # define FUNC __ieee754_acosf
3 # define FUNC_FINITE __acosf_finite
4 #endif
5 #define float_type float
6 #include <e_acos.c>