From bd354ffc95e1f3ef53f781b9c15641d9b6da9208 Mon Sep 17 00:00:00 2001 From: bje Date: Mon, 3 Aug 1998 01:28:20 +0000 Subject: 1998-08-02 Ben Elliston * windows.h: Remove duplicate TlsSetValue() prototype. Add TlsGetValue() prototype. (FALSE): Define. (TRUE): Likewise. Add forgotten errno values. Guard against multiple #includes. * windows.c: New file. Implement stubs for Win32 functions. * Makefile (SRCS): Remove. Not explicitly needed. (CFLAGS): Add -Wall for all warnings with GCC. --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c18458d..de64ae1 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,5 @@ -CFLAGS = -I. -DHAVE_CONFIG_H - -SRCS = attr.c cancel.c cleanup.c condvar.c create.c dll.c \ - exit.c fork.c global.c misc.c mutex.c private.c sched.c \ - signal.c sync.c tsd.c +CFLAGS = -I. -DHAVE_CONFIG_H -Wall OBJS = attr.o cancel.o cleanup.o condvar.o create.o dll.o \ exit.o fork.o global.o misc.o mutex.o private.o sched.o \ @@ -11,4 +7,4 @@ OBJS = attr.o cancel.o cleanup.o condvar.o create.o dll.o \ INCL = implement.h pthread.h windows.h -all: $(OBJS) \ No newline at end of file +all: $(OBJS) -- cgit v1.2.3