blob: 279c45ab13f73e2782ee45ded1c6f14367870f73 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/delete_module_flags.in; do not edit. */
2
Elliott Hughes89484692015-12-11 13:20:01 -08003#ifdef IN_MPERS
4
5# error static const struct xlat delete_module_flags in mpers mode
6
7#else
8
9static
10const struct xlat delete_module_flags[] = {
Elliott Hughes82728372014-06-06 22:49:31 -070011#if defined(O_NONBLOCK) || (defined(HAVE_DECL_O_NONBLOCK) && HAVE_DECL_O_NONBLOCK)
Elliott Hughes89484692015-12-11 13:20:01 -080012 XLAT(O_NONBLOCK),
Elliott Hughes82728372014-06-06 22:49:31 -070013#endif
14#if defined(O_TRUNC) || (defined(HAVE_DECL_O_TRUNC) && HAVE_DECL_O_TRUNC)
Elliott Hughes89484692015-12-11 13:20:01 -080015 XLAT(O_TRUNC),
Elliott Hughes82728372014-06-06 22:49:31 -070016#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070018};
Elliott Hughes89484692015-12-11 13:20:01 -080019
20#endif /* !IN_MPERS */