1 /* Generated by ./xlat/gen.sh from ./xlat/timerfdflags.in; do not edit. */ 2 3 static const struct xlat timerfdflags[] = { 4 #if defined(TFD_TIMER_ABSTIME) || (defined(HAVE_DECL_TFD_TIMER_ABSTIME) && HAVE_DECL_TFD_TIMER_ABSTIME) 5 XLAT(TFD_TIMER_ABSTIME), 6 #endif 7 XLAT_END 8 }; 9