blob: 4fadfc46ee90feb33c016908f189eb47ed9ca2e2 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/timerfdflags.in; do not edit. */
static const struct xlat timerfdflags[] = {
#if defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABSTIME)
XLAT(TFD_TIMER_ABSTIME),
#endif
XLAT_END
};