xref: /haiku/src/system/libroot/posix/glibc/include/math.h (revision 922e7ba1f3228e6f28db69b0ded8f86eb32dea17)
1 #ifndef	_MATH_H
2 
3 #include <math/math.h>
4 
5 /* Now define the internal interfaces.  */
6 extern int __matherr (struct exception *__exc);
7 
8 #endif
9