linux(4): Finish cf8d74e3fe.

Add forgotten val3_compare initialization in case of time64 futex.

MFC after:		2 weeks
This commit is contained in:
Dmitry Chagin 2021-07-29 12:50:43 +03:00
parent 4f34dc6453
commit b33e469027

View file

@ -888,6 +888,7 @@ linux_sys_futex_time64(struct thread *td,
.ts = NULL,
.uaddr2 = args->uaddr2,
.val3 = args->val3,
.val3_compare = true,
};
struct l_timespec64 lts;
int error;