aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2022-05-09 18:16:48 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2022-05-09 18:16:48 +0000
commit109c2bd212574a12a472eed7f6e11196ce456e53 (patch)
tree52566f2215a62b06e78b639beb78c13768ef4a6e /sys
parent07d108932ab5b5bc25221be4916ebf8874cd256f (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/linux_futex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_futex.c b/sys/compat/linux/linux_futex.c
index 2bcaabf2d972..6825d13e1aab 100644
--- a/sys/compat/linux/linux_futex.c
+++ b/sys/compat/linux/linux_futex.c
@@ -81,7 +81,7 @@ struct linux_futex_args {
static inline int futex_key_get(const void *, int, int, struct umtx_key *);
static void linux_umtx_abs_timeout_init(struct umtx_abs_timeout *,
struct linux_futex_args *);
-static int linux_futex(struct thread *, struct linux_futex_args *);
+static int linux_futex(struct thread *, struct linux_futex_args *);
static int linux_futex_wait(struct thread *, struct linux_futex_args *);
static int linux_futex_wake(struct thread *, struct linux_futex_args *);
static int linux_futex_requeue(struct thread *, struct linux_futex_args *);