summaryrefslogtreecommitdiff
path: root/pthread_mutex_lock.c
diff options
context:
space:
mode:
authorrpj <rpj>2007-05-15 13:46:42 +0000
committerrpj <rpj>2007-05-15 13:46:42 +0000
commitdc5c626bef9483c717bee53568aaf5813a551019 (patch)
treebebcb83764b07955a3e01ca5f8f1b7f5df4f00be /pthread_mutex_lock.c
parent1e389908ce599ab026e3624ccdfc9e0b39fed75f (diff)
''
Diffstat (limited to 'pthread_mutex_lock.c')
-rw-r--r--pthread_mutex_lock.c2
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"