Dmitry Chagin b1121623d2 Remove support for FUTEX_REQUEUE operation.
Glibc does not use this operation since 2.3.3 version (Jun 2004),
as it is racy and replaced by FUTEX_CMP_REQUEUE operation.
Glibc versions prior to 2.3.3 fall back to FUTEX_WAKE when
FUTEX_REQUEUE returned EINVAL.

Any application directly using FUTEX_REQUEUE without return
value checking are definitely broken.

Limit quantity of messages per process about unsupported
operation.

Approved by:	kib (mentor)
MFC after:	1 month
2009-04-19 13:48:42 +00:00
..
2008-04-08 09:45:49 +00:00
2006-12-21 13:11:06 +00:00
2006-12-31 12:39:10 +00:00
2006-12-20 20:17:35 +00:00
2008-04-08 09:45:49 +00:00