summaryrefslogtreecommitdiffstats
path: root/include/errno.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ___errno (three underbars) is long goneguenther2017-08-101-2/+1
|
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* Split off the non-kernel visible portion of sys/errno.h into amillert2005-12-281-0/+61
separate errno.h. sys/errno.h now only contains errno values (which is included byerrno.h). OK deraadt@