diff options
Diffstat (limited to 'hostmux/node.c')
-rw-r--r-- | hostmux/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostmux/node.c b/hostmux/node.c index d6edc53e..7167300f 100644 --- a/hostmux/node.c +++ b/hostmux/node.c @@ -46,7 +46,7 @@ netfs_attempt_create_file (struct iouser *user, struct node *dir, char *name, mode_t mode, struct node **node) { *node = 0; - mutex_unlock (&dir->lock); + pthread_mutex_unlock (&dir->lock); return EOPNOTSUPP; } |