use __expo2 in sinh and cosh, move __cexp to cmath
[libm] / src / fenv / feholdexcept.c
1 #include <fenv.h>
2
3 int feholdexcept(fenv_t *envp)
4 {
5         fegetenv(envp);
6         return 0;
7 }