summaryrefslogtreecommitdiff
path: root/include/math.h
blob: 1cfd9b6cb550c9532cfd40fa4fa88aeceea2f12f (plain)
1
2
3
4
5
6
7
8
#ifndef	_MATH_H

#include <math/math.h>

/* Now define the internal interfaces.  */
extern int __matherr (struct exception *__exc) __THROW;

#endif