summaryrefslogtreecommitdiff
path: root/libc/misc/error/err.c
AgeCommit message (Collapse)Author
2005-12-08Reorder so that no prototype is needed. Is there a better way to get rid of ↵Peter S. Mazinger
gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-(
2005-07-28Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III
compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency.
2004-03-11Rewrite the err/warn functions as they were broken (__noreturn__ funcsManuel Novoa III
were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work.