Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/inotify_init_flags.in; do not edit. */
      2 
      3 static const struct xlat inotify_init_flags[] = {
      4 #if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
      5 	XLAT(O_NONBLOCK),
      6 #endif
      7 #if defined(O_CLOEXEC) || (defined(HAVE_DECL_O_CLOEXEC) && HAVE_DECL_O_CLOEXEC)
      8 	XLAT(O_CLOEXEC),
      9 #endif
     10 	XLAT_END
     11 };
     12