Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix futex() to return EWOULDBLOCK if *uaddr != val
futex() did not implement this, causing pthread_join() to wait forever if FUTEX_WAIT is called after FUTEX_WAKE.
- Loading branch information