.fi
.SH DESCRIPTION
.TP
-.BR FUTEX_WAIT_BITSET " (since Linux 2.6.25)"
-.\" commit cd689985cf49f6ff5c8eddc48d98b9d581d9475d
+.B FUTEX_WAIT_BITSET
This operation is like
.BR FUTEX_WAIT (2const)
except that
.\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
.\"
.TP
-.BR FUTEX_WAKE_BITSET " (since Linux 2.6.25)"
-.\" commit cd689985cf49f6ff5c8eddc48d98b9d581d9475d
+.B FUTEX_WAKE_BITSET
This operation is the same as
.BR FUTEX_WAKE (2const)
except that the
The kernel detected an inconsistency between the user-space state at
.I uaddr
and the kernel state\[em]that is, it detected a waiter which waits in
-.B FUTEX_LOCK_PI
+.BR FUTEX_LOCK_PI (2const)
or
-.B FUTEX_LOCK_PI2
+.BR FUTEX_LOCK_PI2 (2const)
on
.IR uaddr .
.TP
Linux.
.SH HISTORY
Linux 2.6.25.
+.\" commit cd689985cf49f6ff5c8eddc48d98b9d581d9475d
.SH SEE ALSO
.BR futex (2)