Change _IO_stderr_/_IO_stdin_/_IO_stdout to compat symbols [BZ #31766]
[glibc.git] / sysdeps / m68k / m680x0 / fpu / e_acosl.c
blobb1c2c70b5de3e2b6ffdab0f56c4ecc94e4031321
1 #ifndef FUNC
2 # define FUNC __ieee754_acosl
3 # define FUNC_FINITE __acosl
4 #endif
5 #define float_type long double
6 #include <e_acos.c>