summaryrefslogtreecommitdiff
path: root/libtreefs/trans-start.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtreefs/trans-start.c')
-rw-r--r--libtreefs/trans-start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtreefs/trans-start.c b/libtreefs/trans-start.c
index 2196a8dc..b27c38f4 100644
--- a/libtreefs/trans-start.c
+++ b/libtreefs/trans-start.c
@@ -49,7 +49,7 @@ _treefs_node_start_translator (struct treefs_node *node,
MACH_MSG_TYPE_MAKE_SEND);
- mutex_unlock (&node->lock);
+ pthread_mutex_unlock (&node->lock);
/* XXXX Change libfshelp so that it take more than 1 uid/gid? */
uid = auth->nuids > 0 ? auth->uids[0] : -1;