From 93261cdf00778d5706a72bbbeb3a379bfaad948c Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 11 Mar 2004 10:10:53 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc/error/Makefile') 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) -- cgit v1.2.3