diff options
Diffstat (limited to 'pthread_mutex_consistent.c')
-rwxr-xr-x | pthread_mutex_consistent.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <process.h> */ #endif #include "pthread.h" |