summaryrefslogtreecommitdiff
path: root/include/math.h
blob: 8759c28bff5c0e6300faa082de470e7e70e0a3b4 (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);

#endif