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

#include <math/math.h>

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

#endif