Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2019-06-28 20:40:54 +00:00
parent 8674e626c6
commit 2d7a555294

View File

@ -2624,7 +2624,8 @@ do_cv_broadcast(struct thread *td, struct ucond *cv)
}
static int
do_rw_rdlock(struct thread *td, struct urwlock *rwlock, long fflag, struct _umtx_time *timeout)
do_rw_rdlock(struct thread *td, struct urwlock *rwlock, long fflag,
struct _umtx_time *timeout)
{
struct abs_timeout timo;
struct umtx_q *uq;