summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlst.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop almost 3k from /bin/sync by moving errno to a seperate filepeter2002-10-091-1/+0
| | | | | | to avoid all syscalls pulling in sys_errlst[]. Noted by: bde
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
| | | | Persuaded by: Google
* Introduce a new error return code:phk2002-08-091-0/+3
| | | | | | #define EDOFUS 88 /* Programming error */ This can be used to signal error situations which indicate that the program logic or assumptions is deficient.
* Fix the style of the SCM ID's.obrien2002-03-221-2/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Add new errno ``ENOATTR''.green2002-03-071-0/+3
|
* Add missing strings.phk1999-04-241-0/+7
| | | | | | PR: 11285 Submitted by: Chris Costello <chris@calldei.com> Reviewed by: phk
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+141
OpenPOWER on IntegriCloud