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