summaryrefslogtreecommitdiff
path: root/hostmux/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'hostmux/stubs.c')
-rw-r--r--hostmux/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/stubs.c b/hostmux/stubs.c
index f5dd9b67..1d94f219 100644
--- a/hostmux/stubs.c
+++ b/hostmux/stubs.c
@@ -120,7 +120,7 @@ netfs_attempt_mkfile (struct iouser *user, struct node *dir,
mode_t mode, struct node **node)
{
*node = 0;
- mutex_unlock (&dir->lock);
+ pthread_mutex_unlock (&dir->lock);
return EOPNOTSUPP;
}