summaryrefslogtreecommitdiffstats
path: root/sys/arch/sparc/include/_float.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Celebrate OpenBSD 6.0 release by retiring the sparc port.tedu2016-09-011-80/+0
| | | | | You've served us well, good friend, but now it's time to rest. ok deraadt
* create new machine/_float.h which is namespace clean. create a newderaadt2012-06-261-0/+80
MI float.h which pulls in and defines the values that are needed from there, and repair sys/limits.h so that it defines the values it needs as well (depending on POSIX version, XPG version, etc). guenther has a more exact selection of that coming for limits.h. this also fixes a few mistakes for the vax. reviewed by kettenis and guenther.