summaryrefslogtreecommitdiffstats
path: root/libc/misc/error/error.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-111-75/+0
| | | | | were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work.
* Patch from Rob McMullen:Eric Andersen2003-10-091-0/+74
| | | | | | | | Here's a patch... Since they aren't SUSv3 functions, I don't know if they'll ever get officially added, but it helps with BSD porting and allows quite a few Gentoo ebuilds to compile without changing anything. Rob
* Add a fun pointer to make apps happyEric Andersen2002-04-051-1/+5
|
* Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com>Eric Andersen2002-03-151-0/+98