]> granicus.if.org Git - strace/commit
futex: move fallback definitions of futex constants to xlat/
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 17 Jun 2015 19:00:17 +0000 (19:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 17 Jun 2015 19:23:25 +0000 (19:23 +0000)
commit003cc9f66a3b30ab3cf54566a1d9cf626e573a0d
treefe54d5d124e7e7b27ce42b4d8d9cd86d6e4f7901
parent14f4038ad7db7ec7ddb0e9b7f487d1c95fdaa062
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.
futex.c
xlat/futexops.in
xlat/futexwakecmps.in
xlat/futexwakeops.in