futex.2: FUTEX_WAIT_BITSET can also get EINTR error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-13 09:19:07 +01:00
parent 4710334a35
commit 2674f7815a
1 changed files with 2 additions and 0 deletions

View File

@ -610,6 +610,8 @@ did not point to a valid user-space address.
.B EINTR
A
.B FUTEX_WAIT
or
.B FUTEX_WAIT_BITSET
operation was interrupted by a signal (see
.BR signal (7))
or a spurious wakeup.