You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
471 B

/* Generated by ./xlat/gen.sh from ./xlat/delete_module_flags.in; do not edit. */
#ifdef IN_MPERS
# error static const struct xlat delete_module_flags in mpers mode
#else
static
const struct xlat delete_module_flags[] = {
#if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
XLAT(O_NONBLOCK),
#endif
#if defined(O_TRUNC) || (defined(HAVE_DECL_O_TRUNC) && HAVE_DECL_O_TRUNC)
XLAT(O_TRUNC),
#endif
XLAT_END
};
#endif /* !IN_MPERS */