1 /* Generated by ./xlat/gen.sh from ./xlat/fdflags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat fdflags in mpers mode 6 7 #else 8 9 static 10 const struct xlat fdflags[] = { 11 #if defined(FD_CLOEXEC) || (defined(HAVE_DECL_FD_CLOEXEC) && HAVE_DECL_FD_CLOEXEC) 12 XLAT(FD_CLOEXEC), 13 #endif 14 XLAT_END 15 }; 16 17 #endif /* !IN_MPERS */ 18