1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/BBA1.5_platform/apps/public/strace-4.16/xlat/futexwakeops.h
2024-07-22 01:58:46 -03:00

35 lines
962 B
C

/* Generated by ./xlat/gen.sh from ./xlat/futexwakeops.in; do not edit. */
#if !(defined(FUTEX_OP_SET) || (defined(HAVE_DECL_FUTEX_OP_SET) && HAVE_DECL_FUTEX_OP_SET))
# define FUTEX_OP_SET 0
#endif
#if !(defined(FUTEX_OP_ADD) || (defined(HAVE_DECL_FUTEX_OP_ADD) && HAVE_DECL_FUTEX_OP_ADD))
# define FUTEX_OP_ADD 1
#endif
#if !(defined(FUTEX_OP_OR) || (defined(HAVE_DECL_FUTEX_OP_OR) && HAVE_DECL_FUTEX_OP_OR))
# define FUTEX_OP_OR 2
#endif
#if !(defined(FUTEX_OP_ANDN) || (defined(HAVE_DECL_FUTEX_OP_ANDN) && HAVE_DECL_FUTEX_OP_ANDN))
# define FUTEX_OP_ANDN 3
#endif
#if !(defined(FUTEX_OP_XOR) || (defined(HAVE_DECL_FUTEX_OP_XOR) && HAVE_DECL_FUTEX_OP_XOR))
# define FUTEX_OP_XOR 4
#endif
#ifdef IN_MPERS
# error static const struct xlat futexwakeops in mpers mode
#else
static
const struct xlat futexwakeops[] = {
XLAT(FUTEX_OP_SET),
XLAT(FUTEX_OP_ADD),
XLAT(FUTEX_OP_OR),
XLAT(FUTEX_OP_ANDN),
XLAT(FUTEX_OP_XOR),
XLAT_END
};
#endif /* !IN_MPERS */