android_mt6572_jiabo/external/strace/xlat/mctl_lockas.h
2025-09-05 16:56:03 +08:00

11 lines
353 B
C

/* Generated by ./xlat/gen.sh from ./xlat/mctl_lockas.in; do not edit. */
static const struct xlat mctl_lockas[] = {
#if defined(MCL_CURRENT) || (defined(HAVE_DECL_MCL_CURRENT) && HAVE_DECL_MCL_CURRENT)
XLAT(MCL_CURRENT),
#endif
#if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
XLAT(MCL_FUTURE),
#endif
XLAT_END
};