diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-09 18:16:48 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2022-05-09 18:16:48 +0000 |
| commit | 109c2bd212574a12a472eed7f6e11196ce456e53 (patch) | |
| tree | 52566f2215a62b06e78b639beb78c13768ef4a6e /sys | |
| parent | 07d108932ab5b5bc25221be4916ebf8874cd256f (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/compat/linux/linux_futex.c | 2 |
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 *); |
