]> git.lizzy.rs Git - rust.git/history - src/shims/posix/linux/sync.rs
Only check futex pointer in futex_wait and not in futex_wake.
[rust.git] / src / shims / posix / linux / sync.rs
2020-10-01 Mara BosOnly check futex pointer in futex_wait and not in futex...
2020-10-01 Mara BosErase tag from futex pointers.
2020-10-01 Mara BosMove futex syscall to its own file.