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