• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/fdflags.in; do not edit. */
2 
3 static 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 };
9