summaryrefslogtreecommitdiffstats
path: root/sysif.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysif.c')
-rw-r--r--sysif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysif.c b/sysif.c
index dd563b7b..a3b3ff91 100644
--- a/sysif.c
+++ b/sysif.c
@@ -895,6 +895,7 @@ static val fcntl_wrap(val fd_in, val cmd_in, val arg_in)
if (cmd == F_GETLK)
flock_unpack(arg_in, &fl);
}
+ break;
default:
errno = EINVAL;
break;