linux(4); Style.

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2022-05-09 21:16:48 +03:00
parent 07d108932a
commit 109c2bd212

View File

@ -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 *);