summaryrefslogtreecommitdiff
path: root/regress/sys/kern/pipe/test-run-down.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sys/kern/pipe/test-run-down.c')
-rw-r--r--regress/sys/kern/pipe/test-run-down.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/sys/kern/pipe/test-run-down.c b/regress/sys/kern/pipe/test-run-down.c
index f782126853e..56b9ee0b10a 100644
--- a/regress/sys/kern/pipe/test-run-down.c
+++ b/regress/sys/kern/pipe/test-run-down.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: test-run-down.c,v 1.2 2019/11/14 21:17:00 anton Exp $ */
+/* $OpenBSD: test-run-down.c,v 1.3 2021/10/22 05:03:57 anton Exp $ */
/*
* Copyright (c) 2019 Anton Lindqvist <anton@openbsd.org>
@@ -132,7 +132,8 @@ ctx_lock(struct context *ctx)
errc(1, error, "pthread_mutex_lock");
}
-static void ctx_unlock(struct context *ctx)
+static void
+ctx_unlock(struct context *ctx)
{
int error;