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.
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
FUTEX_OP_SET 0
|
|
FUTEX_OP_ADD 1
|
|
FUTEX_OP_OR 2
|
|
FUTEX_OP_ANDN 3
|
|
FUTEX_OP_XOR 4
|