FUTEX_FD is scheduled for removal in June 2007.

This commit is contained in:
Michael Kerrisk 2006-11-25 01:57:28 +00:00
parent 10cd859add
commit 266a5e9172
1 changed files with 6 additions and 2 deletions

View File

@ -118,8 +118,12 @@ and
.I val3
are ignored.
To prevent race conditions, the caller should test if the futex has been upped
after FUTEX_FD returns.
To prevent race conditions, the caller should test if the futex has
been upped after FUTEX_FD returns.
.\" FIXME Check that this flag does eventually get removed.
Because it is inherently racy, FUTEX_FD is scheduled for removal
in June 2007; any applications that use it should be fixed now.
.TP
.BR FUTEX_REQUEUE " (since Linux 2.5.70)"
This operation was introduced in order to avoid a "thundering herd" effect