mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): Finish cf8d74e3fe.
Add forgotten val3_compare initialization in case of time64 futex. MFC after: 2 weeks
This commit is contained in:
parent
4f34dc6453
commit
b33e469027
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue