diff options
Diffstat (limited to 'ncache.h')
-rw-r--r-- | ncache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |