OSDN Git Service

Rewrite the err/warn functions as they were broken (__noreturn__ funcs
authorManuel Novoa III <mjn3@codepoet.org>
Thu, 11 Mar 2004 10:10:53 +0000 (10:10 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Thu, 11 Mar 2004 10:10:53 +0000 (10:10 -0000)
commit93261cdf00778d5706a72bbbeb3a379bfaad948c
tree8d518dd6ca978884ebeddfccdbb802df4c8dcc13
parent79248fe718689c31c3df3d24bfbc6f147bc345e7
Rewrite the err/warn functions as they were broken (__noreturn__ funcs
were returning).  Anyway, also make them threadsafe and smaller.  The
error.c file still needs work.
libc/misc/error/Makefile
libc/misc/error/err.c [new file with mode: 0644]
libc/misc/error/error.c