From 26ed1ebeb95caec8d733a6a91e71e31312a8eb06 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 30 May 2011 00:30:56 +0000 Subject: Compiler directive cleanups --- pthread_mutex_consistent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_mutex_consistent.c') diff --git a/pthread_mutex_consistent.c b/pthread_mutex_consistent.c index b5dcc15..681358c 100755 --- a/pthread_mutex_consistent.c +++ b/pthread_mutex_consistent.c @@ -66,7 +66,7 @@ * ■ If the thread that acquires the lock with EOWNERDEAD terminates without unlocking the * mutex, the next owner acquires the lock with an EOWNERDEAD return code. */ -#ifndef _UWIN +#if !defined(_UWIN) /*# include */ #endif #include "pthread.h" -- cgit v1.2.3