futex.2: Remove an obsolete FIXME

Reviewed-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-27 13:01:54 +02:00
parent cabee29d5e
commit 78bbcd9faf
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@ Most commonly,
is specified as either 1 (wake up a single waiter) or
.BR INT_MAX
(wake up all waiters).
.\" FIXME Please confirm that the following is correct:
No guarantee is provided about which waiters are awoken
(e.g., a waiter with a higher scheduling priority is not guaranteed
to be awoken in preference to a waiter with a lower priority).