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. --- tests/exception3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/exception3.c') diff --git a/tests/exception3.c b/tests/exception3.c index 3d9ea86..d3eb364 100644 --- a/tests/exception3.c +++ b/tests/exception3.c @@ -117,7 +117,7 @@ terminateFunction () * through or to MSVC++ code, and vice versa. * Applications should probably not depend on this. */ - pthread_exit((void *) 0)); + pthread_exit((void *) 0); #else /* * Notes from the MSVC++ manual: -- cgit v1.2.3