diff options
-rw-r--r-- | sys/kern/kern_umtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_umtx.c b/sys/kern/kern_umtx.c index 0c181cd..e31d773 100644 --- a/sys/kern/kern_umtx.c +++ b/sys/kern/kern_umtx.c @@ -102,7 +102,7 @@ umtxq_lock(struct thread *td, struct umtx *key) mtx_lock(&umtxq_chains[chain].uc_lock); } -static void +static inline void umtxq_unlock(struct thread *td, struct umtx *key) { int chain = umtxq_hash(td, key); |