diff options
Diffstat (limited to 'pthread_mutex_lock.c')
-rw-r--r-- | pthread_mutex_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pthread_mutex_lock.c b/pthread_mutex_lock.c index 4ca5c25..b819a7b 100644 --- a/pthread_mutex_lock.c +++ b/pthread_mutex_lock.c @@ -35,7 +35,7 @@ */ #ifndef _UWIN -//# include <process.h> +/*# include <process.h> */ #endif #include "pthread.h" #include "implement.h" |