futex.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-13 09:11:03 +01:00
parent 36ab2074ca
commit 4710334a35
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ on the futex address.
The test and sleep steps are performed atomically.
If the futex value does not match
.IR val ,
then the call returns immediately with the error
then the call fails immediately with the error
.BR EWOULDBLOCK .
.\" FIXME I added the following sentence. Please confirm that it is correct.
The purpose of the test step is to detect races where