diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-11 10:10:53 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-11 10:10:53 +0000 |
commit | 93261cdf00778d5706a72bbbeb3a379bfaad948c (patch) | |
tree | 8d518dd6ca978884ebeddfccdbb802df4c8dcc13 /libc/misc/error/Makefile | |
parent | 79248fe718689c31c3df3d24bfbc6f147bc345e7 (diff) |
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.
Diffstat (limited to 'libc/misc/error/Makefile')
-rw-r--r-- | libc/misc/error/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/error/Makefile b/libc/misc/error/Makefile index 754010688..880fd58df 100644 --- a/libc/misc/error/Makefile +++ b/libc/misc/error/Makefile @@ -19,7 +19,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak -CSRC=error.c +CSRC=error.c err.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |