strace/xlat/futexwakecmps.in
Dmitry V. Levin 003cc9f66a futex: move fallback definitions of futex constants to xlat/
* 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.
2015-06-17 19:23:25 +00:00

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