summaryrefslogtreecommitdiff
path: root/include/err.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-10/+10
| | | | | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. Notes: svn path=/head/; revision=18286
* Add err_set_file() and err_set_exit() functions to make it possible forGarrett Wollman1995-04-131-0/+2
| | | | | | | | programs which use err(3) to work nicely in a wider range of environments (e.g., dialog). Notes: svn path=/head/; revision=7803
* Declare functions that don't return as having attribute __dead2.Bruce Evans1994-09-081-4/+4
| | | | Notes: svn path=/head/; revision=2572
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+60
Notes: svn path=/head/; revision=1539