summaryrefslogtreecommitdiff
path: root/storeio/open.h
diff options
context:
space:
mode:
Diffstat (limited to 'storeio/open.h')
-rw-r--r--storeio/open.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storeio/open.h b/storeio/open.h
index cbac2a37..78ad95ca 100644
--- a/storeio/open.h
+++ b/storeio/open.h
@@ -36,7 +36,7 @@ struct open
off_t offs;
/* A lock used to control write access to OFFS. */
- struct mutex lock;
+ pthread_mutex_t lock;
};
/* Returns a new per-open structure for the device DEV in OPEN. If an error