From 44c245b3ed9e82cc44a5ade4a941c99f63174021 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 2 Mar 2002 01:53:08 +0000 Subject: * errno.c: Compiler directive was incorrectly including code. * pthread.h: Conditionally added some #defines from config.h needed when not building the library. e.g. NEED_ERRNO, NEED_SEM. (PTW32_DLLPORT): Now only defined if _DLL defined. (_errno): Compiler directive was incorrectly including prototype. * sched.h: Conditionally added some #defines from config.h needed when not building the library. * semaphore.h: Replace an instance of NEED_SEM that should have been NEED_ERRNO. This change currently has nil effect. * GNUmakefile: Correct some recent changes. * Makefile: Add rule to generate pre-processor output. --- semaphore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semaphore.h') diff --git a/semaphore.h b/semaphore.h index 2956066..2fac0fe 100644 --- a/semaphore.h +++ b/semaphore.h @@ -102,7 +102,7 @@ */ #if PTW32_LEVEL >= PTW32_LEVEL_MAX -#ifdef NEED_SEM +#ifdef NEED_ERRNO #include "need_errno.h" #else #include -- cgit v1.2.3