blob: 4fadfc46ee90feb33c016908f189eb47ed9ca2e2 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/timerfdflags.in; do not edit. */
2
3static 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};