summaryrefslogtreecommitdiff
path: root/ncache.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncache.h')
-rw-r--r--ncache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncache.h b/ncache.h
index 618bd2dc8..ddc4e9e47 100644
--- a/ncache.h
+++ b/ncache.h
@@ -59,7 +59,7 @@ struct ncache
int size_current;
/*a lock */
- struct mutex lock;
+ pthread_mutex_t lock;
}; /*struct ncache */
/*---------------------------------------------------------------------------*/
typedef struct ncache ncache_t;