Dmitry V. Levin
003cc9f66a
* futex.c: Move definitions of FUTEX_OP_CMP_* constants ... * xlat/futexwakecmps.in: ... here. * futex.c: Move definitions of other FUTEX_OP_* constants ... * xlat/futexwakeops.in: ... here. * futex.c: Move definitions of remaining FUTEX_* constants except FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME flags ... * xlat/futexops.in: ... here.
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
FUTEX_OP_CMP_EQ 0
|
|
FUTEX_OP_CMP_NE 1
|
|
FUTEX_OP_CMP_LT 2
|
|
FUTEX_OP_CMP_LE 3
|
|
FUTEX_OP_CMP_GT 4
|
|
FUTEX_OP_CMP_GE 5
|