blob: cd44cb6ae72fa88247cc740bfa15e25d0258b83f [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/fdflags.in; do not edit. */
2
3static const struct xlat fdflags[] = {
4#if defined(FD_CLOEXEC) || (defined(HAVE_DECL_FD_CLOEXEC) && HAVE_DECL_FD_CLOEXEC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(FD_CLOEXEC),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -07008};