summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/math.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We don't need two math.h headers incvs server: nothing known aboutmillert1998-03-021-278/+0
| | | | | `math.h'. The one in libm is more up to date but the one in the include dir is what gets installed.
* protect internal "struct excpption" from conflicting one in gcc.millert1998-03-021-2/+4
|
* Don't declare struct exception if __cplusplus is defined as itmillert1998-03-021-1/+3
| | | | | | conflicts with gcc's exception handling stuff. This should really only be visible when building libm I think, and I will do that once I confer with others. Required for libg++ 2.8.0.
* update from NetBSDderaadt1995-10-281-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+274