1 /* Generated by ./xlat/gen.sh from ./xlat/delete_module_flags.in; do not edit. */
2 
3 static const struct xlat delete_module_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_TRUNC) || (defined(HAVE_DECL_O_TRUNC) && HAVE_DECL_O_TRUNC)
8  XLAT(O_TRUNC),
9 #endif
10  XLAT_END
11 };
12