summaryrefslogtreecommitdiffstats
path: root/libc/misc/error/err.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III2005-07-281-1/+1
| | | | | compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency.
* Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III2004-03-111-0/+110
were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work.