blob: 085eb7dd7065389a74ac3b35c817ad36b3ae5cc2 [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)
5 XLAT(FD_CLOEXEC),
6#endif
7 XLAT_END
8};