From fda93bdca78b4cb61d9e2c3e35d5ef792301d6f3 Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 28 May 2009 00:46:54 +0000 Subject: [PATCH] add CAS.h --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 3baf9eb..5b0c1af 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -151,7 +151,7 @@ t.o: t.c fmt.h scan.h str.h uint16.h uint32.h stralloc.h socket.h \ buffer.h ip4.h ip6.h byte.h mmap.h open.h textcode.h dns.h iopause.h \ taia.h tai.h uint64.h case.h errmsg.h iob.h io.h array.h safemult.h \ iarray.h io_internal.h haveepoll.h havekqueue.h havedevpoll.h \ - havesigio.h + havesigio.h CAS.h t: t.o libowfat.a libsocket $(DIET) $(CC) -g -o $@ t.o libowfat.a `cat libsocket` -lpthread