The comment about FUTEX_REQUEUE is true, however musl libc makes uses of this operation, and so I want to add support for it as there is legitimate use of FUTEX_REQUEUE.
The call itself is per the documentation the same as FUTEX_CMD_REQUEUE except that the val3 is not checked.